diff --git a/README.md b/README.md index 20dca81..3c0d8b2 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,9 @@ implementation comes straight from but avoids the performance penalty of going through [`fmt::Formatter`](https://doc.rust-lang.org/std/fmt/struct.Formatter.html). +See also [`dtoa`](https://github.com/dtolnay/dtoa) for printing floating point +primitives. + ## Performance ![performance](https://raw.githubusercontent.com/dtolnay/itoa/master/performance.png)