herb-printer 0.0.1

AST printer infrastructure and lossless reconstruction for HTML+ERB templates
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "herb-printer"
version = "0.0.1"
edition = "2021"
authors = ["Marco Roth <marco.roth@intergga.ch>"]
description = "AST printer infrastructure and lossless reconstruction for HTML+ERB templates"
readme = "README.md"
license = "MIT"
repository = "https://github.com/marcoroth/herb"
keywords = ["erb", "html", "ruby", "rails"]
categories = ["development-tools"]
include = ["src/**/*", "Cargo.toml", "README.md"]

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

[dependencies]