From c76fae7f124587fce572a5314f5c634d3b81c39e Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Wed, 1 May 2019 19:04:53 -0700 Subject: [PATCH] Space apart the readme sections --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1705b92..2a29af5 100644 --- a/README.md +++ b/README.md @@ -25,10 +25,14 @@ See also [`dtoa`] for printing floating point primitives. itoa = "0.4" ``` +
+ ## Performance (lower is better) ![performance](https://raw.githubusercontent.com/dtolnay/itoa/master/performance.png) +
+ ## Examples ```rust