tui-dispatch 0.2.2

Centralized state management for Rust TUI apps
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "tui-dispatch"
description = "Centralized state management for Rust TUI apps"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
rust-version.workspace = true

[dependencies]
tui-dispatch-core.workspace = true
tui-dispatch-macros.workspace = true