File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ This crate provides a fast conversion of integer primitives to decimal strings.
1010The implementation comes straight from [ libcore] but avoids the performance
1111penalty of going through [ ` core::fmt::Formatter ` ] .
1212
13- See also [ ` ryu ` ] for printing floating point primitives.
13+ See also [ ` zmij ` ] for printing floating point primitives.
1414
1515[ libcore ] : https://github.com/rust-lang/rust/blob/1.92.0/library/core/src/fmt/num.rs#L190-L253
1616[ `core::fmt::Formatter` ] : https://doc.rust-lang.org/std/fmt/struct.Formatter.html
17- [ `ryu ` ] : https://github.com/dtolnay/ryu
17+ [ `zmij ` ] : https://github.com/dtolnay/zmij
1818
1919``` toml
2020[dependencies ]
Original file line number Diff line number Diff line change 1010//! strings. The implementation comes straight from [libcore] but avoids the
1111//! performance penalty of going through [`core::fmt::Formatter`].
1212//!
13- //! See also [`ryu `] for printing floating point primitives.
13+ //! See also [`zmij `] for printing floating point primitives.
1414//!
1515//! [libcore]: https://github.com/rust-lang/rust/blob/1.92.0/library/core/src/fmt/num.rs#L190-L253
16- //! [`ryu `]: https://github.com/dtolnay/ryu
16+ //! [`zmij `]: https://github.com/dtolnay/zmij
1717//!
1818//! # Example
1919//!
You can’t perform that action at this time.
0 commit comments