iocraft 0.8.1

Create beautifully crafted CLI programs and text output with a declarative React-like Rust API.
mod button;
pub use button::*;

mod context_provider;
pub use context_provider::*;

mod fragment;
pub use fragment::*;

mod mixed_text;
pub use mixed_text::*;

mod text;
pub use text::*;

mod scroll_view;
pub use scroll_view::*;

mod text_input;
pub use text_input::*;

mod view;
pub use view::*;