sillycode 0.0.4

Fast and safe implementation of sillycode parsing and rendering
Documentation
[dependencies.strum]
version = "0.27.1"

[dependencies.strum_macros]
version = "0.27.1"

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

[package]
authors = ["Lua MacDougall <lua@foxgirl.dev>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parsing", "text-processing", "web-programming"]
description = "Fast and safe implementation of sillycode parsing and rendering"
edition = "2021"
exclude = ["/lib", "/dist", "/node_modules", ".npmignore", ".editorconfig", "package.json", "bun.lock", "tsconfig.json", "rollup.config.js"]
keywords = ["sillycode", "parser", "markup", "html"]
license = "MIT"
name = "sillycode"
readme = "README.md"
repository = "https://github.com/luavixen/sillycode"
version = "0.0.4"