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
8
9
10
11
12
pub mod core;
pub mod counters;
pub mod entropy;
pub mod filters;
pub mod parallel;
pub mod progress;
pub mod reports;
pub mod static_data;
pub mod types;

// Re-export main types for easier access
pub use types::Scanner;