This is a Rust port of a simple tool called mob
which I found on Remote Mob Programming. I put it together as a simple exercise for learning some aspects of the Rust language.
First get the rust toolchain installer rustup and use it to install the latest stable Rust toolchain.
cargo install --git https://github.com/igilham/mob-rs --tag v1.0.0