//! outputs to [i/o][crate::backend].
//!//! the job of actually plugging into inputs or outputs
//! is handled by [`Backend`][crate::Backend]s;
//! this is just the common data types,
//! like a grid of styled characters.
modchr;pubusechr::StyledChar;#[cfg(test)]modtest;