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

A borrowed ascii string, like a slice into an AsciiString.

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.