Function fsst_rust::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