noterm 0.2.3

noterm, a no_std terminal handler.
Documentation
1
2
3
4
fn main() {
    let mut output = String::new();
    noterm::print!(output);
}