hooked_config/
lib.rs

1//! # Hooked
2//!
3//! > **Git hooks manager.**
4
5mod config;
6
7pub use config::*;