[][src]Crate eztui

eztui is a crate to make UI in the terminal easier. It is super early in development but I think eztui will not have a event loop and let the user create it. Eztui will have Windows: (has a buffer with a width height and a location on screen, can not hold a window), Labels: (Not sure), Groups: (Will hold any strcut that has a Wiget trait.),

Structs

Group

Group Widget's together in a Group

Window

Window holds a buffer

Traits

Wiget

Base group of methods.

Functions

clear

This is just for testing