Registry / utility / fast-float

fast-float

JSON →
library0.2.0rscratesunverified

Fast floating-point number parser.

utility
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.

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 footguns

No known footguns recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
11 hits · last 30 days
gptbot
3
claudebot
3
Resources