Skip to content

📝 Compile-time HTML templates for Rust

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

utkarshkukreti/maud

 
 

Repository files navigation

HTML5 rocks. maud Build Status Cargo

DocumentationAPI referenceChange 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.

Note that Maud depends on the unstable syntax extension APIs, and so requires the Nightly version of Rust.

For more info on Maud, see the official book.

Stability

As of version 0.11, I am satisfied with the core syntax and semantics of the library. Most versions from now on should not change too much.

The underlying syntax extension API is still unstable though, so updating your compiler may break things. Please file an issue when this happens!

About

📝 Compile-time HTML templates for Rust

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 99.4%
  • Shell 0.6%