Skip to content

Cyfrin/rust-crash-course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Notes

Execute all tests in solutions folder

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages