markerml_backend 0.1.0

HTML backend of simple markup and templating language, that is transpiled to HTML.
Documentation
[dependencies.build_html]
version = "2.5.0"

[dependencies.itertools]
version = "0.13.0"

[dependencies.markerml_middleend]
version = "0.1.0"

[dependencies.miette]
version = "7.2.0"

[dependencies.thiserror]
version = "2.0.3"

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

[package]
authors = ["Ruslan Omelchuk"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["parser-implementations", "web-programming", "template-engine", "compilers"]
description = "HTML backend of simple markup and templating language, that is transpiled to HTML."
documentation = "https://docs.rs/markerml_backend/latest/markerml_backend/"
edition = "2021"
license = "MIT"
name = "markerml_backend"
readme = false
repository = "https://github.com/rchuk/markerml"
version = "0.1.0"