//! Interact with git revisions by parsing them from rev-specs and describing them in terms of reference names.
//!
//! ## Feature Flags
/// Access to collections optimized for keys that are already a hash.
pub use hash_hasher;
///
pub use describe;
///
pub use Spec;