VOCAB_SIZE

Constant VOCAB_SIZE 

Source
pub const VOCAB_SIZE: usize = 256;
Expand description

Vocabulary size for byte-level compression. Each byte (0-255) is treated as a separate symbol.