sailfish
sailfish copied to clipboard
Question: some comparison to askama?
trafficstars
Hi!
First of all, this crate looks very cool and I'm happy to see another compile-time validated templates library.
Since sailfish looks very similar to askama, maybe it would be useful to provide some comparison, so it would be more clear which crate is better for different usecases.
Sailfish is way faster. Source: https://github.com/djc/template-benchmarks-rs
One other area where sailfish shines is components, while askama only has inheritance (much less useful from my point of view).