zen-rs 0.1.1

A library for generating non-interactive content like cards or files.
Documentation
[dependencies]

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

[package]
authors = ["TOwInOK <60252419+TOwInOK@users.noreply.github.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["rendering", "web-programming", "text-processing", "template-engine"]
description = "A library for generating non-interactive content like cards or files."
documentation = "https://docs.rs/zen-rs"
edition = "2021"
homepage = "https://github.com/TOwInOK/zen-rs"
keywords = ["non-interactive", "rendering", "HTML", "SVG", "PDF"]
license = "MIT"
name = "zen-rs"
readme = "README.md"
repository = "https://github.com/TOwInOK/zen-rs"
version = "0.1.1"

[[test]]
name = "html"
path = "tests/html.rs"