#tui #terminal #ui #gamedev

macro terminity_widgets_proc

Widgets for TUI

1 unstable release

0.1.0 Mar 5, 2023

#691 in #tui

Download history 2/week @ 2024-02-16 9/week @ 2024-02-23 7/week @ 2024-03-01 4/week @ 2024-03-08 5/week @ 2024-03-15 2/week @ 2024-03-22 20/week @ 2024-03-29 45/week @ 2024-04-05 7/week @ 2024-04-12 2/week @ 2024-04-19

74 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