Skip to content

Commit

Permalink
Add link to itoa in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexhuszagh committed Sep 16, 2024
1 parent 66d489a commit 3d25b3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ High-performance numeric conversion routines for use in a `no_std` environment.

**Similar Projects**

If you want a minimal, stable, and compile-time friendly version of lexical's float-parsing algorithm, see [minimal-lexical](https://github.com/Alexhuszagh/minimal-lexical). If you want a minimal, performant float parser, recent versions of the Rust standard library should be [sufficient](https://github.com/rust-lang/rust/pull/86761).
If you want a minimal, stable, and compile-time friendly version of lexical's float-parsing algorithm, see [minimal-lexical](https://github.com/Alexhuszagh/minimal-lexical). If you want a minimal, performant float parser, recent versions of the Rust standard library should be [sufficient](https://github.com/rust-lang/rust/pull/86761). For high-performance integer serialization, look at [itoa](https://docs.rs/itoa/latest/itoa/).

**Table of Contents**

Expand Down

0 comments on commit 3d25b3c

Please sign in to comment.