guardy 0.2.4

Fast, secure git hooks in Rust with secret scanning and protected file synchronization
Documentation
1
2
3
4
5
6
7
pub mod args;
pub mod banner;
pub mod commands;
pub mod output;

// Re-export for clean API
pub use args::{CLI, init};