command-surface 0.4.1

Glyph-based command rendering and semantic metadata for the Koi CLI
Documentation
1
2
3
4
5
mod ansi;
mod plain;

pub use ansi::AnsiWriter;
pub use plain::PlainWriter;