confguard 3.2.0

Guard your sensitive configuration files
Documentation
1
2
3
4
5
6
7
8
9
pub mod config;
mod guard;

pub use config::Settings;
pub use guard::ConfGuard;
pub use guard::ConfGuardBuilder;
pub use guard::ConfGuardBuilderError; // Export the builder error type
                                 // Replace SETTINGS with functions to access settings
pub use config::get_settings; // We'll create this function