Rusty Domain Extensible Language

Domain specific language macros for Rust to generate html or xml or AST.

```rust let myint = 3; let mystr = "asdf"; let my_vec = vec![true, false, true, true];

println!("{}",rdxl!(

{{ for v in myvec.iter() {{ {{myint}}, {{my_str}}, {{v}} }} }}
)); ```

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in rdxl by you, shall be licensed under the MIT license without any additional terms or conditions.