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 c3e4019 commit 3920cacCopy full SHA for 3920cac
src/lib.rs
@@ -1,4 +1,6 @@
1
//! Newtypes for working with text sizes/ranges in a more type-safe manner.
2
+//!
3
+//! Minimal Supported Rust Version: latest stable.
4
5
#![forbid(unsafe_code)]
6
#![warn(missing_debug_implementations, missing_docs)]
0 commit comments