reify 0.5.8

Write configuration files from templates using env variables
Documentation
1
2
3
4
5
6
7
8
pub mod handlebars;
pub mod copy;
pub mod context;
pub mod tera;

pub trait ReifyProcessor {
    fn render(&self, source: &str) -> anyhow::Result<String>;
}