Expand description
Procedural macros for WaterUI framework.
This crate provides derive macros and procedural macros for the WaterUI framework,
including form generation, reactive signal formatting, and view builder patterns.
Macros§
- s
- Function-like procedural macro for creating formatted string signals with automatic variable capture.
Attribute Macros§
- form
- The
#[form]attribute macro that automatically derives multiple traits commonly used for forms. - hot_
reload - Attribute macro for enabling hot reload on view functions.
Derive Macros§
- Form
Builder - Derives the
FormBuildertrait for structs, enabling automatic form generation. - Project
- Derive macro for implementing the
Projecttrait on structs.