Skip to main content
PageKey - Take Back Tech

WILR2: Rust Beginnings (minigrep)

I learned some basic Rust by following the Rust Book's Chapter 12, where they show us how to build a minigrep command-line application.

What you see below are very rough notes I took as I went through this for the first time. Hopefully this, along with the video walkthrough, is helpful to you in some way.

Timestamps

Installing Rust

https://www.rust-lang.org/tools/install

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

Rust Book Ch. 12

https://doc.rust-lang.org/book/ch12-00-an-io-project.html