rustact 0.1.0

Async terminal UI framework inspired by React, built on top of ratatui and tokio.
Documentation
1
2
3
4
5
6
7
8
9
mod handle;
mod registry;
mod state;
#[cfg(test)]
mod tests;

pub use handle::TextInputHandle;
pub use registry::TextInputs;
pub use state::{TextInputSnapshot, TextInputState};