pub type Value = Vec<u8>;
Value is just a vector of bytes. Value sizes up to 4Gb are allowed.
pub struct Value { /* private fields */ }