Module alphabet

Source

Structs§

ASCII
Alphabet
AlphabetIndex
A wrapper around a u8 that denotes a valid “alphabet index”; That is, a number that’s always in [1, 26]. AlphabetIndex provides safety by performing bounds checks upon creation and conciseness by allowing addition and subtraction to be performed mod 26 with operator overloading.
BASE_64
CAPITAL_LETTERS
LETTERS
LETTERS_AND_NUMBERS
LOWERCASE_LETTERS
NUMBERS