Skip to content

As I'm going through the rust-lang docs, I'll be pushing the examples and exercises to this repo

Notifications You must be signed in to change notification settings

mircea-c/rust-intro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

rust-intro

So I've decided to learn Rust (https://www.rust-lang.org/). As I'll be doing some hands on examples from the book, I'd like to keep them handy in a git repo.

Tadaaaa!

I'll be pushing each project into a different orphaned branch (something I've never used before that seems to fit this particular exercise).

Progress:

Chapter 2:

  • Programming a guessing game (guessing-game)

Chapter 3:

  • Variables and mutability (variables)
  • Data types (data-types)
  • Functions (functions)
  • Control flow (if-god)
  • Ownership (ownership)
  • Structs (structs)
  • Enums (enums)

About

As I'm going through the rust-lang docs, I'll be pushing the examples and exercises to this repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published