Space apart the readme sections

This commit is contained in:
David Tolnay 2019-05-01 19:04:53 -07:00
parent c51cdbfd80
commit c76fae7f12
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
1 changed files with 4 additions and 0 deletions

View File

@ -25,10 +25,14 @@ See also [`dtoa`] for printing floating point primitives.
itoa = "0.4" itoa = "0.4"
``` ```
<br>
## Performance (lower is better) ## Performance (lower is better)
![performance](https://raw.githubusercontent.com/dtolnay/itoa/master/performance.png) ![performance](https://raw.githubusercontent.com/dtolnay/itoa/master/performance.png)
<br>
## Examples ## Examples
```rust ```rust