chiro 0.1.3

A curses-style terminal view that runs inside a pixel buffer (Rewrite of chiropterm)
Documentation
1
2
3
4
5
mod event;
mod state;

pub use event::*;
pub use state::{Input, Keyboard, Mouse};