fast-float-rust icon indicating copy to clipboard operation
fast-float-rust copied to clipboard

Super-fast float parser in Rust (now part of Rust core)

Results 7 fast-float-rust issues
Sort by recently updated
recently updated
newest added

Hello, can you make a new release on crates.io which includes the fix for #28 ?

- no_std: add attribute to crate - run cargo fmt --all

Recently, upon a major rewrite of lexical, noticed that although performance for fast_float and fast-float Rust was by far the most performant of any library, for near-halfway cases, especially those...

Adds support for #17. This probably needs significant edits prior to merging, but the benchmarks with the primitive tokenizing (it doesn't use an optimized memchr) still are pretty good (it...

One of the major motivations for lexical-core's recent developments has been support for parsing floats of different formats, most notably JSON numbers. A few notable differences exist in comparison to...

Hi! In the process of unsafe-reviewing this crate, we discovered some issues. It's as of yet unclear if there is any unsoundness here, however the invariants are sufficiently nonlocal that...

### Summary An unsafe memory access vulnerability in the `first` method of the `AsciiStr` struct allows arbitrary memory access when empty buffer is provided, potentially triggering undefined behavior. ### Details...