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
10
mod computed;
mod parser;
mod query;
mod stylesheet;
#[cfg(test)]
mod tests;

pub use computed::ComputedStyle;
pub use query::StyleQuery;
pub use stylesheet::Stylesheet;