/Learn-Rust

Learn rust.

Primary LanguageRust

Learn Rust

img

What is this?

  • In this repository you can find modules with code and comments that explain rust syntax and all about Rust lang.
  • This is useful for intermediate programmers that can use this code as cheatsheet when programming with Rust.
  • Example project provided was made using this repository cheatsheet code.

Content

Project example

Updates

Future projects and repository updates.
  • Snake Game

Q&A

How should I use this?
  • Example how this repository can help you.
  1. You want to know "how to insert value to HashMap".
  2. Look at Content table in repository read me.
  3. Find HashMap on list.
  4. Look for code that describes how to insert value to HashMap.
What is goal of this repository?
  • To be used as cheatsheet for new programmers in Rust lang.
What sources where used to create this?
  • Some sources and code examples where taken and used from link below. Thanks and credits for helping me create this repository go to.
  • doc.rust-lang.org
  • tutorialspoint.com
  • github.com/dtolnay/rust-faq/
How can I support?
  • You can fork the project and pull request improvements or mistakes, in code or comments that you find.