| Crates.io | rat-salsa |
| lib.rs | rat-salsa |
| version | 2.1.0 |
| created_at | 2024-06-10 18:29:37.64972+00 |
| updated_at | 2025-09-09 05:21:41.997316+00 |
| description | ratatui widgets and a crossterm event-loop |
| homepage | |
| repository | https://github.com/thscharler/rat-salsa |
| max_upload_size | |
| id | 1267458 |
| size | 363,725 |
Runs an application event-loop for ratatui and crossterm.
It can
All incoming events are converted to an application defined event-type, and are distributed by calling an event-handler function. This function returns a control-flow which dictates further actions.
... coming soon(ish) ...
rat-widget widget library. Incorporates everything below, but each crate can be used on its own too.
Foundational crates
Crates for specific widgets
And my 10ct on theming.
The examples directory contains some examples
There are some starters too
