intuitive 0.1.0

a react-like library for building text-based user interfaces
Documentation
1
2
3
4
5
6
7
8
9
pub mod components;
pub mod element;
pub mod error;
pub mod event;
pub mod macros;
pub mod state;
pub mod terminal;

pub use intuitive_macros::component;