configtpl 0.1.0

A configuration library which uses Jinja + YAML to render the configuration values.
Documentation
1
2
3
4
5
pub mod config_builder;
#[cfg(feature = "shared_lib")]
pub mod shared_lib;
pub mod types;
pub mod yaml;