scrin 0.1.83

A terminal UI toolkit with panes, widgets, overlays, animations, and Aisling-powered effects/loaders.
Documentation
1
2
3
4
5
6
7
pub mod buffer;
pub mod color;
pub mod rect;

pub use buffer::Buffer;
pub use color::Color;
pub use rect::Rect;