pub type ValueMap<K, S> = BTreeMap<K, S>;
KVS for this crate
pub struct ValueMap<K, S> { /* private fields */ }