atomr-config 0.3.1

Layered HOCON-style configuration for atomr — `include`, `${path}` substitution, `${?ENV}`, dotted keys, arrays.
Documentation
1
2
3
4
5
//! Built-in reference configuration — defaults for the `atomr.*` keys.

pub fn reference_config() -> &'static str {
    include_str!("reference.conf.toml")
}