compress_strings

Function compress_strings 

Source
pub fn compress_strings<I: Iterator<Item = String>>(
    strs: I,
) -> ComResult<Vec<u8>>
Expand description

Serialize the raw Strings to bytes. If the String represents a number, it’s converted to number binary to reduce the size.