flosse / rust-web-framework-comparison

A comparison of some web frameworks and libs written in Rust
4.91k stars 192 forks source link

Templating libaries: Add colum indicating runtime vs compile time template compilation #169

Open LeoniePhiline opened 6 months ago

LeoniePhiline commented 6 months ago

Templating libraries can compile templates at application compile time, or at runtime.

This is useful information when choosing a templating library, and might warrant a column in the corresponding table.

flosse commented 3 weeks ago

@LeoniePhiline would you mind to create a PR for that?