html_form_actions 0.2.0

Generate HTML Form parsers and routing logic for Form Actions
Documentation
[dependencies.html_form_actions_macros]
version = "0.2.0"

[dev-dependencies.axum]
version = "0.8.4"

[dev-dependencies.maud]
features = ["axum"]
version = "0.27.0"

[dev-dependencies.picoserve]
features = ["std"]
version = "0.16.0"

[dev-dependencies.serde]
version = "1.0.219"

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

[package]
authors = ["Samuel Hicks"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming::http-server"]
description = "Generate HTML Form parsers and routing logic for Form Actions"
edition = "2024"
keywords = ["no_std", "html", "web"]
license = "MIT"
name = "html_form_actions"
readme = "README.md"
repository = "https://github.com/sammhicks/html_form_actions"
version = "0.2.0"