crabterm 0.1.0

A terminal (UART) server and client
1
2
3
4
5
6
7
8
9
pub mod action;
pub mod config;
pub mod key;
pub mod parser;
pub mod processor;

pub use action::{Action, KeybindResult};
pub use config::KeybindConfig;
pub use processor::KeybindProcessor;