Expand description
A port of the ascii module from Rust’s standard library with a little bit of extra functionality.
See issue 110998. Switch to the standard
library’s ascii module when it becomes stable.
Structs§
- String
- A string that only contains ASCII characters.
Enums§
- Char
- An ASCII character. This is a subset of the Unicode character set.