1//! # `ts-ansi` 2 3extern crate alloc; 4 5mod action; 6pub mod ansi; 7mod format; 8 9pub use action::{Action, ActionResult};