teraron 0.1.0

Genrate Rust code from a .tera template and a .ron data
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.heck]
version = "0.3.0"

[dependencies.ron]
version = "0.4.0"

[dependencies.tera]
version = "0.11.18"

[package]
authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
description = "Genrate Rust code from a .tera template and a .ron data"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "teraron"
repository = "https://github.com/rust-analyzer/teraron"
version = "0.1.0"