termlauncher 0.2.1

Your app, the user's terminal, done.
Documentation
1
2
3
4
5
6
7
8
9
mod app;
mod error;
mod terminal;
mod terminals;

pub use app::Application;
pub use error::{Error, Result};
pub use terminal::Terminal;
pub use terminals::custom::CustomTerminal;