Function encode_all_strings

Source
pub fn encode_all_strings(
    strings: &Vec<String>,
) -> (Box<dyn SymbolTable>, Vec<Vec<u8>>)
Expand description

encode all given strings it will sample the given strings and build a symbol table which will be returned in a tuple