Registry / utility / dtoa
library1.0.11rscratesunverified

Fast floating point primitive to string conversion.

# Cargo.toml [dependencies] dtoa = "1.0.11"
INSTALL
IMPORT
SIG · DTOA
D
dtoa
utilityrustv1.0.11
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.

dtoa
use dtoa;

Converts a floating-point number to a string using dtoa.

use dtoa; fn main() { let mut buffer = dtoa::Buffer::new(); let s = buffer.format(3.14159f64); println!("{}", s); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.11latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources