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
//! Integration tests for guardy
//! 
//! These tests are separated from the main source to keep module files smaller
//! and easier for AI coding agents to work with.

mod scan;
mod hooks;