Crate ascii [] [src]

Operations on ASCII strings and characters

Structs

Ascii

Datatype to hold one ascii character. It wraps a u8, with the highest bit always zero.

AsciiStr
AsciiString

Traits

AsciiCast

Trait for converting into an ascii type.

OwnedAsciiCast

Trait for copyless casting to an ascii vector.