Registry / utility / lexical-parse-float

lexical-parse-float

JSON →
library1.0.6rscratesunverified

Efficient parsing of floating-point numbers from strings with high performance.

# Cargo.toml [dependencies] lexical-parse-float = "1.0.6"
INSTALL
IMPORT
SIG · LEXICAL-PARSE-FLOA
L
lexical-parse-float
utilityrustv1.0.6
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 lexical_parse_float::parse;

Parse a float from a byte slice.

use lexical_parse_float::parse; let value: f64 = parse(b"3.14159", 0).unwrap(); assert_eq!(value, 3.14159);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.6latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
3 hits · last 30 days
node
2
Amazon
1
Resources
lexical-parse-float — cargo add lexical-parse-float · libregistry