paris 1.5.15

A simple logger for your CLI apps or other things you want in the terminal
Documentation
1
2
3
4
5
6
7
mod from_key;
mod key;
mod key_list;

pub use from_key::FromKey;
pub use key::Key;
pub use key_list::KeyList;