Function dochy_compaction::string_compaction::compress_strings[][src]

pub fn compress_strings<I: Iterator<Item = String>>(strs: I) -> Result<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.