Rust

    [The Rust Programming Language] Ch. 2: Programming a Guessing Game

    https://rust-book.cs.brown.edu/ch02-00-guessing-game-tutorial.html Programming a Guessing Game - The Rust Programming Language Let’s jump into Rust by working through a hands-on project together! This chapter introduces you to a few common Rust concepts by showing you how to use them in a real program. You’ll learn about let, match, methods, associated functions, external crat rust-book.cs.brown..