Docs.rs
rustrings-1.0.2
rustrings 1.0.2
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
MCausc78
Dependencies
Versions
93.9%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
rustrings
1.0.2
All Items
Crate Items
Modules
Macros
Crate
rustrings
Copy item path
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};
.