termint 0.8.0

Library for colored printing and Terminal User Interfaces
Documentation
1
2
3
4
5
6
7
8
9
10
/// A buffer that stores the result of the widget render method
#[allow(clippy::module_inception)]
mod buffer;
/// A buffer cell
mod cell;

/// A buffer that stores the result of the widget render method
pub use buffer::Buffer;
/// A buffer cell
pub use cell::Cell;