đ html_form_struct
Generate a struct from an HTML form.
âļī¸ Quick Start
<!--
form_struct: type=u32
-->
use form_struct;
// important: derive must come after form_struct
;
Output:
A production example can be found in esp32-wifi-bridge.
âšī¸ Note
This project was created for esp32-wifi-bridge, but may be useful for others.
đˇ Code Style
Obey rustfmt, Rust 2024, and clippy.
đ¤ Cotributions
Pull requests are always welcome.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed under the terms of both the MIT License and the Apache License (Version 2.0).
đĸ Version Scheme
- This project adheres to Semantic Versioning.
- This project uses Conventional Commits.
- Changes are documented in the Changelog.
đĒ Authors
âī¸ License
See LICENSE-APACHE and LICENSE-MIT for details.