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
//! File-based configuration loading and management
//!
//! This module provides hierarchical configuration file discovery, loading,
//! and merging functionality with support for JSON, YAML, and TOML formats.

pub mod global;
pub mod loader;

// Re-export only what's actually used
pub use global::MERGED_FILE_CONFIG;