termrs_core 0.3.0

The core library of termrs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
mod margin;
mod offset;
mod position;
mod rect;
mod render_context;
mod size;

pub use margin::*;
pub use offset::*;
pub use position::*;
pub use rect::*;
pub use render_context::*;
pub use size::*;

pub use crossterm::style::{Attribute, Attributes, Color};