Registry / utility / itoa
library1.0.18rscratesunverified

Fast integer primitive to string conversion

# Cargo.toml [dependencies] itoa = "1.0.18"
INSTALL
IMPORT
SIG · ITOA
I
itoa
utilityrustv1.0.18
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Buffer
use itoa::Buffer;

Converts an integer to a string using a reusable buffer.

use itoa::Buffer; fn main() { let mut buf = Buffer::new(); let s = buf.format(42u64); println!("{}", s); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.18latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
itoa — cargo add itoa · libregistry