ppenna / playground-rust

πŸ¦€ Learn Rust by examples.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:Rust 100.0%