Hacker News new | ask | show | jobs
by _blk 604 days ago
I like that this one has a JSX-like macro `html! { <div>{var}</div> }` syntax. Today's other one, `rwf` uses strings.
2 comments

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
Yes, the syntax is much more friendly.