tui-dispatch 0.3.2

Centralized state management for Rust TUI apps
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[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

[features]
default = []
tasks = ["tui-dispatch-core/tasks"]
subscriptions = ["tui-dispatch-core/subscriptions"]
testing-time = ["tui-dispatch-core/testing-time"]

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