This repo contains a bunch of mini projects to learn the programming language "Rust".
Most if not all projects and the code within are inspired by "The Rust Programming Language" book by Steve Klabnik and Carol Nichols.
To quickly set up a new mini project copy the rust-setup
project, rename and run it.
$ cp -r rust_setup NEW_PROJECT
$ cd NEW_PROJECT
$ vim Cargo.toml
(change value of name)$ docker-compose up -d
$ docker-compose exec cargo run