fast-float2
Fast floating-point number parser.
0.2.4
17M downloads/mo
#2288 most downloaded on crates.io
Alexhuszagh/fast-float-rust
What this package is like to depend on
Last release 9 days ago
14 Aug 2026
Too new to tell
only 2 release windows
Nearly every release is documented
notes for 4 of 4 stable releases
Nothing withdrawn
no release was ever pulled
2 years old
4 releases · first in 2024
1 release in the last 12 months
see the full history below
Release timeline
4 releases · Oct 2024 to Aug 2026
2025
2026
Releases
latest 4-
0.2.414 Aug 2026Release notes
Open source →What's Changed
- Update benchmarks and descriptions. by @Alexhuszagh in #17
- Update Ext Benchmarks Module by @Alexhuszagh in #18
- Update Benchmarks by @Alexhuszagh in #19
- Add security audit to CI. by @Alexhuszagh in #20
- Ensure our exclude is up-to-date. by @Alexhuszagh in #26
- Update dependencies and silence fast-float audit. by @Alexhuszagh in #27
- Add no_panic feature by @malbarbo in #28
- Do not run most workflows on pushes. by @Alexhuszagh in #29
- Track
cargo.lock. by @Alexhuszagh in #30 - Update the minimum version policy. by @Alexhuszagh in #31
- Fix clippy and rustfmt lints. by @Alexhuszagh in #32
- Ensure we test running the no-panic tests. by @Alexhuszagh in #33
- Suppress certain tests on Miri. by @Alexhuszagh in #34
- Migrate
GetAtandGetAtMuttoindexto declutter lib.rs. by @Alexhuszagh in #35 - Draft the 0.2.4 release. by @Alexhuszagh in #36
New Contributors
Full Changelog: 0.2.3...v0.2.4
-
0.2.331 Oct 2024Release notes
Open source →What's Changed
- Add miri and fuzz targets to our CI. by @Alexhuszagh in #13
- Fix the
MAXtomax_value()for ancient rustc support. by @Alexhuszagh in #14
Full Changelog: v0.2.2...v0.2.3
Release notes
Open source →Fixed
- Use
max_valueand notMAXfor ancient Rust versions. - Use
isizeand notusizefor length checks.
-
0.2.231 Oct 2024Release notes
Open source →What's Changed
- Create SECURITY.md by @Alexhuszagh in #3
- Add in benchmarks to fast-float-rust by @Alexhuszagh in #5
- Update dependencies by @Alexhuszagh in #6
- Remove all non-local unsafety. by @Alexhuszagh in #7
- Ensure checked indexing is used for the power-of-5 table lookup. by @Alexhuszagh in #8
- Add in rustfmt and clippy by @Alexhuszagh in #9
- Fix
no_stdsupport. by @Alexhuszagh in #10
Full Changelog: v0.2.1...v0.2.2
Release notes
Open source →Fixed
- Fix
no_stdsupport.
Removed
- Remove most uses of unsafe.
- Remove non-local safety invariants to prevent unsoundness.
-
0.2.130 Oct 2024Release notes
Open source →