markup 0.6.2

A blazing fast, type-safe template engine for Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.markup-proc-macro]
version = "0.6.2"

[package]
authors = ["Utkarsh Kukreti <utkarshkukreti@gmail.com>"]
categories = ["template-engine"]
description = "A blazing fast, type-safe template engine for Rust."
documentation = "https://docs.rs/markup"
edition = "2018"
homepage = "https://github.com/utkarshkukreti/markup.rs"
keywords = ["template", "html", "pug", "jade", "haml"]
license = "MIT/Apache-2.0"
name = "markup"
readme = "README.md"
repository = "https://github.com/utkarshkukreti/markup.rs"
version = "0.6.2"