We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdd8436 commit b9d1445Copy full SHA for b9d1445
README.md
@@ -1,9 +1,8 @@
1
This packages includes the `Ascii` type and related functionality
2
-that were removed from the Rust standard library on the 2014-12
+that was removed from the Rust standard library by the 2014-12
3
[reform of the `std::ascii` module](https://github.com/rust-lang/rfcs/pull/486).
4
5
-There is a [documentation](https://tomprogrammer.github.io/rust-ascii/ascii/index.html)
6
-online.
7
-
8
-`Ascii` is a wrapper for `u8` force the value to be within the ASCII range (0x00 to 0x7F).
+`Ascii` is a wrapper for `u8` that forces the value to be within the ASCII range (0x00 to 0x7F).
9
`AsciiString` and `AsciiStr` are naturally strings of text entirely within the ASCII range.
+
+[Documentation](https://tomprogrammer.github.io/rust-ascii/ascii/index.html)
0 commit comments