Hacker News new | ask | show | jobs
by Hamuko 946 days ago
I think my biggest annoyance with Rocket is that testing seems like an afterthought. I don't think the documentation even mentions testing forms.

I also need to hack around a bit to ship templates, since I want to distribute my app (with a Rocket server in it) as a single executable.

1 comments

For compiled templates I have used Askama: https://crates.io/crates/askama

My biggest gripe is that when a template doesn't compile the error messages are quite useless, but other than that it is great.