flux-tui 0.4.4

Fast and lightweight Terminal UI drawing library
Documentation
# Flux TUI

Fast and lightweight Terminal UI drawing library.

## Features:
- Input events get bubbled into the window structure
- Resize events get broadcast to all windows (with their corresponding size)
- Hierarchical window structure
- Many basic components
- Support for Fullwidth Unicode graphemes.
- Additional safety checks as a crate feature
- Const Graphemes (no safe fn to create one so far)

## TODOs:
- New components: DataGrid, NumericUpDown, ListView
- Support RTL writing systems (and overall better localization)
- Concept: PopUp/FlyingWindow
- Component Tests


## Demos:

![Demo of ScrollViewer example](demo_sv.webm)


![Demo of Stackpanel example](demo_sp.webm)


![Screenshot of DockPanel example](dockpanel.png)

These can also be found inside the examples directory.