Structs§
- ASCII
- Alphabet
- Alphabet
Index - 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