Registry / utility / fast-float

fast-float

JSON →
library0.2.0rscratesunverified

Fast floating-point number parser.

# Cargo.toml [dependencies] fast-float = "0.2.0"
INSTALL
IMPORT
SIG · FAST-FLOAT
F
fast-float
utilityrustv0.2.0
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.

parse
use fast_float::parse;

Parses a floating-point number from a string.

use fast_float::parse; fn main() { let num: f64 = parse("3.14").unwrap(); println!("{}", num); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
fast-float — cargo add fast-float · libregistry