Crate ascii [−] [src]
Operations on ASCII strings and characters
Structs
| Ascii |
Datatype to hold one ascii character. It wraps a |
| AsciiStr |
A borrowed ascii string, like a slice into an |
| AsciiString |
A growable string stored as an ascii encoded buffer. |
Traits
| AsciiCast |
Trait for converting into an ascii type. |
| OwnedAsciiCast |
Trait for copyless casting to an ascii vector. |