Various Rust applications showing Rust structure, concepts, sample libraries usage, build, dependency management etc.
Rust
curl https://sh.rustup.rs -sSf | sh# go to particular application
cd guessing_game
# build
make build
# run application
make run