Skip to content

bigheadbh/playground-rust

 
 

Repository files navigation

Rust Playground

🦀 Learn Rust by examples.

This repository contains a set of tutorials to help you learn Rust fast.

If you like this project, please consider giving it a star ⭐

Happy learning! 😃

Contents

  1. Hello World - Introduction to Rust and Cargo.
  2. Variables - Learn about variables and mutability.
  3. Types - Learn about primitive types and operators.
  4. Tuples - Learn how to construct a heterogeneous collection of values with tuples.
  5. Arrays - Learn how to construct a homogeneous collection of values with arrays.
  6. Flow Control - Learn how to control the flow of your application.
  7. Functions - Learn how to decouple your logic using functions.
  8. Memory Safety - Learn about ownership, borrowing and lifetimes.
  9. Structures - Learn how to create custom data types with structures.
  10. Enumerations - Learn how to create custom data types with enumerations.
  11. Generics - Learn how to create generic code.
  12. Traits - Learn how to create abstract code.

About

🦀 Learn Rust by examples.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%