germterm 0.4.0

A lightweight high-performance terminal graphics framework!
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#![doc = include_str!("./../README.md")]

pub use crossterm;

pub mod cell;
pub mod color;
pub mod draw;
pub mod engine;
pub mod fps_counter;
mod fps_limiter;
pub mod frame;
pub mod input;
pub mod layer;
pub mod particle;
pub mod rich_text;