Skip to content

Commit

Permalink
Document rust version and std requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Aug 7, 2018
1 parent ae391eb commit 8b923a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ below. The safe API uses the same underlying Ryū algorithm but diverges from th
formatting of the C implementation to produce more human-readable output, for
example `0.3` rather than `3E-1`.

*Requirements: this crate supports any compiler version back to rustc 1.15; it
uses nothing from the Rust standard library so is usable from no_std crates.*

[paper]: https://dl.acm.org/citation.cfm?id=3192369
[upstream]: https://github.com/ulfjack/ryu/tree/2936e610f0909b036e857a43ded70e064f7cfc7f

Expand Down

0 comments on commit 8b923a2

Please sign in to comment.