Crate rustrings

Source

Modules§

converters
String to integer/integer to String operations.
format
Lightweight formatting module. Allows to justify and fill string.

Macros§

atoi
Same as C atoi. For some reason, you need use rustrings::converters::{Base, atoi_signed};.