chiro 0.1.3

A curses-style terminal view that runs inside a pixel buffer (Rewrite of chiropterm)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
mod color;
mod drawable;
mod eventable;
mod geom;
mod records;
mod sharing;
mod utils;

pub use color::*;
pub use drawable::*;
pub use eventable::*;
pub use geom::*;
pub(crate) use sharing::Shared;
pub use records::*;
pub(crate) use utils::build_rect;