openguild-labs / open-rust

Open Rust & Workshops for everyone in the community
https://openguild-labs.github.io/open-rust/
MIT License
0 stars 0 forks source link

Module 2: Advanced Rust Concepts #4

Open chungquantin opened 8 months ago

chungquantin commented 8 months ago

Sub-modules

Generic types, trait extension and advanced types (newtype, associated type)

Lifetime notation (@NTP-996)

Smart pointers & Macros (@NTP-996)

Package Management & How to structure your Rust project?