retroglyph-core
The no_std-compatible foundation of retroglyph:
grid, tile, style, color, text, terminal, and event types, plus the Backend trait and a
dependency-free Headless test backend. Platform backends
(retroglyph-crossterm,
retroglyph-software) and drawing helpers
(retroglyph-widgets) are separate crates that
depend on this one.
use ;
let mut term = new;
term.fg;
term.put;
term.present.unwrap;
See docs.rs for the full API, or the workspace README for the crate list and a real backend quick start.