#tui #terminal #ui #gamedev

macro terminity_widgets_proc

Widgets for TUI

1 unstable release

0.1.0 Mar 5, 2023

#661 in #tui

23 downloads per month
Used in 2 crates (via terminity_widgets)

BSD-4-Clause

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
~74K SLoC