We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3dfaa2 commit ef89a67Copy full SHA for ef89a67
lexical-core/src/lib.rs
@@ -629,6 +629,11 @@
629
//! [`lexical-write-float`], and [`lexical-write-integer`]) could cause those
630
//! safety invariants to be broken.
631
//!
632
+//! [`lexical-parse-float`]: https://crates.io/crates/lexical-parse-float
633
+//! [`lexical-parse-integer`]: https://crates.io/crates/lexical-parse-integer
634
+//! [`lexical-write-float`]: https://crates.io/crates/lexical-write-float
635
+//! [`lexical-write-integer`]: https://crates.io/crates/lexical-write-integer
636
+//!
637
//! <!-- Spacer for Rustfmt -->
638
#![cfg_attr(
639
any(feature = "write-floats", feature = "write-integers"),
0 commit comments