Constant fast32::INVALID_BYTE

source ·
pub const INVALID_BYTE: u8 = u8::MAX; // 255u8
Expand description

Used for marking indices in decoder arrays that are invalid characters

Only useful externally when testing alphabets like in tests/alphabet.rs