markup 0.1.3

A blazing fast, type-safe template engine for Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "markup"
version = "0.1.3"
authors = ["Utkarsh Kukreti <utkarshkukreti@gmail.com>"]
edition = "2018"
description = "A blazing fast, type-safe template engine for Rust."
license = "MIT/Apache-2.0"
documentation = "https://docs.rs/markup"
homepage = "https://github.com/utkarshkukreti/markup.rs"
repository = "https://github.com/utkarshkukreti/markup.rs"

[dependencies]
markup-proc-macro = { path = "../markup-proc-macro", version = "0.1" }