Expand description
This crate provides types for identifying git objects using a hash digest.
These are provided in borrowed versions as well as owned ones.
§Feature Flags
serde1
— Data structures implementserde::Serialize
andserde::Deserialize
.
Modules§
Structs§
- Prefix
- An partial owned hash possibly identifying an object uniquely, whose non-prefix bytes are zeroed.
- oid
- A borrowed reference to a hash identifying objects.