screen-buffer-ui 0.1.3

tui helper library, implemented for RsMixer
Documentation
1
2
3
4
5
6
7
mod rect;
mod screen;
mod scrollable;

pub use rect::Rect;
pub use screen::{Pixel, Screen};
pub use scrollable::Scrollable;