1
2
3
4
5
6
//! Rust module containing some included configuration sources.
//! 
//! These are the batteries, that are included with just-config.
pub mod text;
pub mod defaults;
pub mod env;