Closed
Description
I'm interested in hexadecimal output in the same vein as itoa::fmt, and to do that I've extracted the code from libcore.
The C function itoa takes an argument for the radix, so I thought it would make sense to add the code to this crate, if you're interested. The question is what should the API look like. libcore provides a few traits for Binary, Octal, and Hexa, I think it would make sense to expose similarly named traits with the same functions as in the itoa::Integer
trait.
What do you think?
Metadata
Metadata
Assignees
Labels
No labels