readchar 0.1.1

a simple to use calculator
Documentation
1
2
3
4
5
6
7
mod history;
pub use history::History;
pub use readchar::ReadChar;
mod readchar;
#[cfg(test)]
mod test;
pub use crossterm;