Popularity
8.0
Growing
Activity
6.5
Growing
2,393
16
161
Programming language: Rust
License: Apache License 2.0
Tags:
HTML
Template engine
Latest version: v0.24.0
maud alternatives and similar packages
Based on the "HTML" category.
Alternatively, view maud alternatives based on common mentions on social networks and blogs.
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
Promo
www.influxdata.com

Do you think we are missing an alternative of maud or a related project?
Popular Comparisons
README
maud
Documentation (source) • API reference • Change log
Maud is an HTML template engine for Rust.
It's implemented as a macro, html!
,
which compiles your markup to specialized Rust code.
This unique approach makes Maud templates
blazing fast, super type-safe, and easy to deploy.
For more info on Maud, see the official book.