Add itoa crate to the list - #19
Conversation
|
cc @Turbo87 |
|
also /cc @dtolnay as the maintainer of itoa. any objections or suggestions? |
|
I'm not affiliated with itoa, but I make heavy use of it and recently tried to move off it, so I'll add my two cents. I don't think it's a full replacement, because of an API difference. With itoa I have one reusable In my case I rely on a single reusable buffer fed values of different widths and signedness, and there's no way to express that with the std API as far as I can tell. |
|
I proposed it in rust-lang/rust#143636, but it was rejected. Might be worth opening an issue for that specifically in the rust repository. Don't forget to ping me and to link both rust-lang/rust#138215 and rust-lang/rust#143636 and to show your use-case. |
|
since 1.98 is release, I guess we can move forward with this now. should we soften the current message a bit to indicate that not all |
|
Is there a field for that or I just add it to the description? |
|
there is no structured field for this at the moment. you can just add it to the text. |
|
Modified the text to mention that the |
now live at https://crates.io/crates/itoa |

No description provided.