I have wrote a function that converts u32 to hex without any jumps and memory writes (except for returning value). I don't want to create a separate library that almost does what this crate do so would you interested if I add int to hex converter to yours?