Codotaku RPN (Reverse Polish Notation) calculator console binary application.
# switch to rust's nightly channel (currently required by rustyline -> https://crates.io/crates/io-lifetimes)
rustup default nightly
# compile and run the application
cargo r --release
Tutorial: https://youtu.be/taUK4CBdHwo