anscape 0.2.2

Anscape provides a simple way to customize your terminal window with some styles and colors and manipulate with a cursor position using ANSI Escape Sequences.
Documentation
1
2
3
4
5
6
7
//! # ANSI Escape Sequences
pub mod base;
pub mod colors;
pub mod cursor;
pub mod erase;
pub mod screen_mods;
pub mod styles;