Skip to content

Latest commit

 

History

History
120 lines (89 loc) · 4.49 KB

File metadata and controls

120 lines (89 loc) · 4.49 KB

Rust Crash Course

This repository houses course resources and discussions for the course.

Please refer to this for an in-depth explanation of the content:

  • Website - Join Cyfrin Updraft and enjoy 50+ hours of smart contract development courses
  • Twitter - Stay updated with the latest course releases
  • LinkedIn - Add Updraft to your learning experiences
  • Discord - Join a community of 3000+ developers and auditors
  • Codehawks - Smart contracts auditing competitions to help secure web3

Course intro

Rust intro

Data types

Control flow

Ownership

Error handling

Modules

Generic types and traits

Concurrency

App

Resources

Notes

Execute all tests in solutions folder

find topics -type d -name solutions -exec bash -c 'cd "$0" && cargo test' {} \;