pub type Partition = HashMap<Vec<u8>, Vec<u8>>;
Map of names to blob contents.
pub struct Partition { /* private fields */ }