traits for Key and Value
pub use key::Key;
pub use value::Value;
pub use vec::VecLike;
helps serialized key object into raw and also deserialize the raw back to object
helps serialized value object into raw and also deserialize the raw back to object