Domain specific language macros for Rust to generate xhtml.
```rust let myint = 3; let mystr = "asdf"; let my_vec = vec![true, false, true, true];
println!("{}",xhtml!(
Modularized templating is encouraged through custom XML elements:
```rust xtype!(string:String myint:u64> bool:bool/> char:char/> );
xrender!(MyList,
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in rdxl by you, shall be dual licensed under the MIT and Apache 2.0 license without any additional terms or conditions.