replacer 0.4.0

Creating compilable Rust source code templates.
Documentation
1
2
3
fn main() {
    println!("{}", replacer::rust_expr!(replace_with_expression; 1 + 2;));
}