Earlier quoted context omitted.
I like that this one has a JSX-like macro `html! { {var} }` syntax. Today's other one, `rwf` uses strings.
It also has a db! macro that lets you write sql and it maps it to rust structs and fns, I've made some improvements to the macro here https://github.com/swlkr/static_sqlite
This is awesome, well done