Module std::ascii[src]
Operations on ASCII strings and characters
Structs
| Ascii | Datatype to hold one ascii character. It wraps a |
Traits
| AsciiCast | Trait for converting into an ascii type. |
| AsciiStr | Trait for converting an ascii type to a string. Needed to convert
|
| IntoBytes | Trait to convert to an owned byte vector by consuming self |
| OwnedAsciiCast | Trait for copyless casting to an ascii vector. |
| OwnedStrAsciiExt | Extension methods for ASCII-subset only operations on owned strings |
| StrAsciiExt | Extension methods for ASCII-subset only operations on string slices |