Skip to content

thled/rust-book

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning Rust

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.

Usage

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

About

Learning Rust with "the book" (https://doc.rust-lang.org/stable/book/).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published