Y
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
swlkr
604 days ago
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
link
_blk
594 days ago
This is awesome, well done
link
alberth
604 days ago
Yes, the syntax is much more friendly.
link