aresty 0.1.0

A compiling template library for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.aresty_macros]
version = "0.1"

[lib]

[package]
authors = ["David Pozsar <david.pozsar@gmail.com>"]
categories = ["template-engine"]
description = "A compiling template library for Rust"
edition = "2021"
keywords = ["compile", "template", "markup", "html", "rst"]
license = "MIT OR Apache-2.0"
name = "aresty"
readme = "README.md"
repository = "https://github.com/pozs/aresty"
version = "0.1.0"