#demo #pluralsight #course #notes #fundamental #curren #edward

app asankov-rust-fundamentals

Pluralsight demo project

1 unstable release

0.1.1 Aug 6, 2023
0.1.0 Aug 6, 2023

#1073 in Development tools

Apache-2.0

22KB
510 lines

Rust Fundamentals

My notes from the Rust Fundamentals course on Pluralsight by Edward Curren.

Table of Contents

  1. Course Overview
  2. Introduction and Setup
  3. Data Types
  4. Variables
  5. Operators
  6. Control Flow
  7. Ownership and Borrowing
  8. Functions and Error Handling
  9. Data Structures and Traits
  10. Collections
  11. Generics
  12. Concurrency
  13. Crates and Modules
  14. Summary

Dependencies

~315KB