Skip to content

Commit b9d1445

Browse files
committed
Reword readme
1 parent fdd8436 commit b9d1445

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
This packages includes the `Ascii` type and related functionality
2-
that were removed from the Rust standard library on the 2014-12
2+
that was removed from the Rust standard library by the 2014-12
33
[reform of the `std::ascii` module](https://github.com/rust-lang/rfcs/pull/486).
44

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).
5+
`Ascii` is a wrapper for `u8` that forces the value to be within the ASCII range (0x00 to 0x7F).
96
`AsciiString` and `AsciiStr` are naturally strings of text entirely within the ASCII range.
7+
8+
[Documentation](https://tomprogrammer.github.io/rust-ascii/ascii/index.html)

0 commit comments

Comments
 (0)