| Crates.io | ratatui-elm |
| lib.rs | ratatui-elm |
| version | 1.2.1 |
| created_at | 2025-07-18 01:24:01.158024+00 |
| updated_at | 2025-12-07 04:47:36.316526+00 |
| description | A simple Elm architecture framework for ratatui |
| homepage | |
| repository | https://github.com/justdeeevin/ratatui-elm |
| max_upload_size | |
| id | 1758466 |
| size | 82,858 |
A simple Elm architecture framework for ratatui.
The architecture is heavily inspired by iced. It provides an ergonomic interface forr executing long-running tasks in the background and handling events concurrently, while only re-rendering when strictly necessary.
See the hello world example for a basic usage example.
[!WARNING] This framework provides a built-in subscription to terminal events. Do not manually subscribe to events, as this will cause the two subscriptions to fight over each event.
This crate works with all three officially supported ratatui backends:
There is a cargo feature for each backend implementation. These feature flags are not mutually exclusive, though if you have only one enabled that backend will be used without manual specification.