All Projects → lambda-fairy → Maud

lambda-fairy / Maud

Licence: other
📝 Compile-time HTML templates for Rust

Programming Languages

rust
11053 projects
macro
33 projects

Projects that are alternatives of or similar to Maud

Handlebars.net
A real .NET Handlebars engine
Stars: ✭ 723 (-26.07%)
Mutual labels:  template-engine
React email editor
This project is experimental! It's my attempt to create visual email template editor using React+Redux+etc... tools stack.
Stars: ✭ 19 (-98.06%)
Mutual labels:  template-engine
Treefrog Framework
TreeFrog Framework : High-speed C++ MVC Framework for Web Application
Stars: ✭ 885 (-9.51%)
Mutual labels:  template-engine
Dot Dom
.dom is a tiny (512 byte) template engine that uses virtual DOM and some of react principles
Stars: ✭ 757 (-22.6%)
Mutual labels:  template-engine
Hamlit
High Performance Haml Implementation
Stars: ✭ 898 (-8.18%)
Mutual labels:  template-engine
Templates
Simple PHP template engine which is easy to use
Stars: ✭ 26 (-97.34%)
Mutual labels:  template-engine
Koa Views
Template rendering middleware for koa (hbs, swig, pug, anything! ✨)
Stars: ✭ 682 (-30.27%)
Mutual labels:  template-engine
Utemplate
Micro template engine in Python with low memory usage, designed for Pycopy, a minimalist Python dialect, but also compatible with other Pythons.
Stars: ✭ 34 (-96.52%)
Mutual labels:  template-engine
Crisscross
A Markdown-centric template engine for batch offline document generation.
Stars: ✭ 18 (-98.16%)
Mutual labels:  template-engine
Easytemplatejs
小巧,纯粹,高性能的 JavaScript 模板引擎,支持浏览器, Node.js, Express, koa。Small, pure, high-performance JavaScript template engine, support Browser, Node.js, Express, Koa.
Stars: ✭ 14 (-98.57%)
Mutual labels:  template-engine
Gorazor
Razor view engine for go
Stars: ✭ 772 (-21.06%)
Mutual labels:  template-engine
Bars
Bars is a lightweight high performance HTML aware templating engine. Bars emits DOM rather than DOM-strings, this means the DOM state is preserved even if data updates happen.
Stars: ✭ 5 (-99.49%)
Mutual labels:  template-engine
Vscode Smarty
Smarty syntax highlight extension for Visual Studio Code
Stars: ✭ 10 (-98.98%)
Mutual labels:  template-engine
Jet
Jet template engine
Stars: ✭ 756 (-22.7%)
Mutual labels:  template-engine
Figdice
FigDice PHP Templating Engine
Stars: ✭ 21 (-97.85%)
Mutual labels:  template-engine
Inja
A Template Engine for Modern C++
Stars: ✭ 715 (-26.89%)
Mutual labels:  template-engine
Spring Velocity Support
An support project of legacy velocity based on Spring Framework
Stars: ✭ 22 (-97.75%)
Mutual labels:  template-engine
Egg View
Stars: ✭ 35 (-96.42%)
Mutual labels:  template-engine
Redzone
Lightweight C++ template engine with Jinja2-like syntax
Stars: ✭ 30 (-96.93%)
Mutual labels:  template-engine
Docxtemplater Link Module
⚓️ Hyperlink module for docxtemplater
Stars: ✭ 12 (-98.77%)
Mutual labels:  template-engine

HTML5 rocks. maud

CI Cargo API reference

Documentation (source) • API 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.

For more info on Maud, see the official book.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].