auk 0.2.0

A DSL for writing HTML using standard Rust syntax.
Documentation
[dependencies.indexmap]
version = "2.1.0"
[dev-dependencies.insta]
features = ["yaml"]
version = "1.34.0"

[package]
authors = ["Marshall Bowers <elliott.codes@gmail.com>"]
categories = ["template-engine", "web-programming"]
description = "A DSL for writing HTML using standard Rust syntax."
documentation = "https://docs.rs/auk"
edition = "2021"
keywords = ["html", "dsl", "markup", "template"]
license = "MIT"
name = "auk"
readme = "README.md"
repository = "https://github.com/maxdeviant/auk"
version = "0.2.0"
[profile.dev.package.insta]
opt-level = 3

[profile.dev.package.similar]
opt-level = 3