16
Anyone have suggestions for a good Rust template engine?
(programming.dev)
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Credits
i have used the
handlebars
crate, and it is great for really simple templating. it is extensible with 'helpers', but imo a bit annoying for more complex use.