Skip to content

Commit cf33343

Browse files
committed
Update ryu links to zmij
1 parent 2dff249 commit cf33343

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ This crate provides a fast conversion of integer primitives to decimal strings.
1010
The implementation comes straight from [libcore] but avoids the performance
1111
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
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]

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
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
//!

0 commit comments

Comments
 (0)