Function docchi_compaction::string_compaction::to_kvals[][src]

pub fn to_kvals<I: Iterator<Item = String>>(strs: I) -> Vec<KVal>
Notable traits for Vec<u8, A>
impl<A> Write for Vec<u8, A> where
    A: Allocator
Expand description

Get KVals from raw Strings. If the String represents a number, it’s converted to number binary to reduce the size.