fiadtui 0.3.0

Simple TUI event loop for ratatui with tokio and crossterm
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# fiadtui

Simple TUI wrapper for ratatui with tokio and crossterm.

## Example usage

### Counter application

[Link](examples/counter.rs)

```bash
cargo run --example counter
```