ratatui-elm

Crates.ioratatui-elm
lib.rsratatui-elm
version0.1.0-alpha.3
created_at2025-07-18 01:24:01.158024+00
updated_at2025-07-18 03:37:01.982583+00
descriptionA simple Elm architecture framework for ratatui
homepage
repositoryhttps://github.com/justdeeevin/ratatui-elm
max_upload_size
id1758466
size37,778
Devin Droddy (justDeeevin)

documentation

README

ratatui-elm

A simple Elm architecture framework for ratatui.

The architecture is heavily inspired by iced. It provides an ergonomic interface for executing long-running tasks in the background and handling events concurrently, while only rerendering when strictly necessary.

See the hello world example for a basic usage example.

[!WARNING] This framework provides a built-in subscription to crossterm events. Do not manually construct an instance of EventStream, as crossterm only sends events to one stream at a time, and the construction of a second stream will cause the two to fight over each event.

Commit count: 0

cargo fmt