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 handles;
mod registry;
mod scope;
#[cfg(test)]
mod tests;

pub use handles::{ReducerDispatch, RefHandle, StateHandle};
pub use registry::{EffectHook, EffectInvocation, HookRegistry};
pub use scope::Scope;