prototty_render 0.29.0

Traits for defining a renderer and a view
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
mod blend;
mod buffer;
mod col_modify;
mod context;
mod view;
mod view_cell;

pub use blend::*;
pub use buffer::*;
pub use col_modify::*;
pub use context::*;
pub use grid_2d::{self, Coord, Size};
pub use rgb24::*;
pub use view::*;
pub use view_cell::*;