configtpl 0.1.1

A configuration library which uses Jinja + YAML to render the configuration values.
Documentation
1
2
3
4
5
6
/// The main class which builds the configuration
pub mod config_builder;
#[cfg(feature = "shared_lib")]
pub mod shared_lib;
/// Type definitions
pub mod types;