From f9d1f9deb64e7cc53b92cc6908ddd7dd270dfc17 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Mon, 26 Sep 2016 00:53:23 -0700 Subject: [PATCH] Link to dtoa --- README.md | 3 +++ 1 file changed, 3 insertions(+) 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)