//! This crate provides types for [read-only git objects][borrowed::Object] backed by bytes provided in git's serialization format
//! as well as [mutable versions][owned::Object] of these. The latter can be serialized into git's serialization format for objects.
use ;
/// For convenience to allow using `bstr` without adding it to own cargo manifest
pub use bstr;
pub use ;
///
pub use Kind as HashKind;