crust of rust
collection of programs covering rust concepts and tools in rust. This is following various vidoes and articles, will add reference to each of them below.
strtook
Subtypinga and type variance. [Ref]
lifetime
Lifetimes and implementing iterator [Ref]
threadpoll
Ownership, Closures, and Threads [Ref]
vmacros
Declarative macros by implemenmting vec! [Ref]
Pointers
Interior mutability and smart pointers [Ref]