Expand description
Proc macros for the textual TUI framework.
Provides #[derive(Reactive)] for reactive field system.
Attribute Macros§
- on
- Attribute macro for typed message handler dispatch.
- widget
- Attribute macro that generates a full
impl Widget(andimpl Renderable) forwarding the structural / propagation method surface to abasefield, so a compound widget can “inherit” from a container without hand-forwarding all ~63 delegatedWidgetmethods.
Derive Macros§
- Reactive
- Derive macro for the reactive field system.