workflow-terminal 0.18.0

Terminal abstraction layer over Xterm.js and termion crates for creating terminal applications that function uniformly in native (console) and in browser (WASM32) environments.
Documentation
1
2
3
4
5
6
7
8
9
pub use crate::{
    cli,
    cli::{declare_handler, get_handler_help, register_handlers},
    parse,
    terminal::{Terminal, Theme},
    terrorln, tpara, tprint, tprintln, twarnln, Cli, Context, CrLf, Handler,
    Options as TerminalOptions, Result as TerminalResult, TargetElement as TerminalTargetElement,
};
pub use std::ops::Deref;