le-change 0.3.0

Ultra-fast Git change detection library with zero-cost abstractions
Documentation
1
2
3
4
5
6
7
8
//! Output computation and formatting module

pub mod computed;
pub mod dir_names;
pub mod json_format;
pub mod writer;

pub use computed::ComputedOutputs;