replacer 0.4.0

Creating compilable Rust source code templates.
Documentation
1
2
3
fn main() {
    println!("Hello $$replace_with_world$$!");
}