Crate terminity_widgets_proc
source ·Expand description
Crate defining the procedural macros for terminity_widgets.
This crate defines two macros, frame!
and derive(WidgetDisplay)
,
to help you write your apps with terminity’s widgets. This is at a very early development stage,
and breaking changes or new macros (as a StructFrame one) are to be foreseen.
Macros
- Utility macro to build collection frames, aka. Frames.
Derive Macros
- Derive macro to automatically implement
Display
on widgets.