interface-builder 0.1.3

A tool for build simple TUI's
Documentation
1
2
3
4
5
mod tools;
mod page;

pub use page::Page;
pub use page::Line;