//! An object database storing each object in a zlib compressed file with its hash in the path
constHEADER_READ_COMPRESSED_BYTES:usize=256;constHEADER_READ_UNCOMPRESSED_BYTES:usize=512;///pubmoddb;#[doc(inline)]pubusedb::Db;///pubmodobject;#[doc(inline)]pubuseobject::Object;