From 3d25b3cbba0dc769ccf4772e12266dba5e841046 Mon Sep 17 00:00:00 2001 From: Alex Huszagh Date: Mon, 16 Sep 2024 16:52:47 -0500 Subject: [PATCH] Add link to itoa in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4a2448a..2af520ac 100644 --- a/README.md +++ b/README.md @@ -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**