Rust: guessing game

Source: https://doc.rust-lang.org/book/ch02-00-guessing-game-tutorial.html Here's the cheatsheet and summary of the rust tutorial (source) $ cargo new myproj $ cd myproj $ vi src/main.rs # to edit $ cargo run file: main.rs…