pub fn compress_strings<I: Iterator<Item = String>>( strs: I, ) -> ComResult<Vec<u8>>
Serialize the raw Strings to bytes. If the String represents a number, it’s converted to number binary to reduce the size.