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