/learn-rust

A collection of Rust projects from the rust book that help illustrate the basic concepts of the Rust programing langauge

Primary LanguageRust

alt text

learn-rust

What is this?

This is a collection of projects made to help me learn the Rust programming langauge. It is a companion to https://doc.rust-lang.org/stable/book/.

Why make this?

Because I want speed and generics and modernity.

How do I contribute?

  • Make a new project.
    • cd projects/<project-num> && cargo new --vcs=none <project-name>

How do I use this?

Resources