Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies]

[lib]
name = "cans"
path = "src/lib.rs"

[package]
authors = ["Montasir Mirghani <contact@montasir.me>"]
categories = ["template-engine", "parser-implementations", "web-programming"]
description = "Cans"
edition = "2021"
homepage = "https://github.com/dr-montasir/cans"
keywords = ["html", "json", "text", "template"]
license = "MIT OR Apache-2.0"
name = "cans"
readme = "README.md"
repository = "https://github.com/dr-montasir/cans"
version = "0.1.1"