1 unstable release
0.1.0 | Mar 5, 2023 |
---|
#811 in #ui
21 downloads per month
Used in 2 crates
(via terminity_widgets)
18KB
367 lines
Terminity Widgets' Macros
Crate defines two procedural 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.
Check the docs for more details.
lib.rs
:
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.
Dependencies
~3.5MB
~78K SLoC