git-features 0.5.0

A crate to integrate various capabilities using compile-time feature flags
Documentation
#![forbid(unsafe_code)]

pub mod hash;
pub mod interrupt;
pub mod parallel;
#[cfg(feature = "pipe")]
pub mod pipe;
pub mod progress;