Skip to main content

Crate textual_macros

Crate textual_macros 

Source
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 (and impl Renderable) forwarding the structural / propagation method surface to a base field, so a compound widget can “inherit” from a container without hand-forwarding all ~63 delegated Widget methods.

Derive Macros§

Reactive
Derive macro for the reactive field system.