ratatui-elm

Crates.ioratatui-elm
lib.rsratatui-elm
version1.2.1
created_at2025-07-18 01:24:01.158024+00
updated_at2025-12-07 04:47:36.316526+00
descriptionA simple Elm architecture framework for ratatui
homepage
repositoryhttps://github.com/justdeeevin/ratatui-elm
max_upload_size
id1758466
size82,858
Devin Droddy (justDeeevin)

documentation

README

ratatui-elm

crates.io

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.

Features

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.

Commit count: 0

cargo fmt