bart 0.1.0

A compile time templating language inspired by Mustache
Documentation
[package]
authors = ["Magnus Hoff <maghoff@gmail.com>"]
description = "A compile time templating language inspired by Mustache"
documentation = "https://docs.rs/bart/0.0.1/bart/"
keywords = ["web", "templating"]
license = "MIT"
name = "bart"
repository = "https://github.com/maghoff/bart"
version = "0.1.0"
readme = "README.md"

[dependencies]
nom = "2.0.1"

[features]
default = []
specialization = []