Skip to content

BlockheaderWeb3-Community/rust-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Fridays Workshop

This repo is home to helpful solutions to Rust By Practice exercises which is expected to compile without ERRORS and Panics. We intend to solve all the exercises and cover important topics captured in the above resource to equip devs with the requisite skills to become better Rust developers.

Solutions to Practice Rust

  • Ex 1 - Unused Variable unused_var
  • Ex 2 - Using mut keyword
  • Ex 3 - Scoping
  • Ex 4 - Shadowing
  • Ex 5 - Unused variale
  • Ex 6 - Destructuring
  • Ex 7 - Destructuring assignment

Project Structure

|-- src/
|   |-- main.rs
|   `-- exercises/
|       |-- mod.rs
|       |-- ex_1.rs
|       |-- ex_2.rs
|       `-- ...

Test

To try your solution, run this command: cargo run

About

Detailed coverage of our Rust-Fridays workshop sessions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages