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…

Rust Installation (MacOS)

Cheatsheet for rust installation for MacOS // installing rust $ curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh // updating $ rustup update // installing c++ compiler if not installed…

Napa cabbage kimchi recipe

Here's my own napa cabbage kimchi recipe. When I want a clean taste, I don't put fish sauce or shrimp paste, but without those seafood ingredients, I feel it lacks…