ts-ansi 0.2.0

ANSI output for my projects
Documentation
1
2
3
4
5
6
7
8
9
//! # `ts-ansi`

extern crate alloc;

mod action;
pub mod ansi;
mod format;

pub use action::{Action, ActionResult};