- https://danielkeep.github.io/tlborm/book/README.html (All you need about macros)
- https://tfpk.github.io/lifetimekata/index.html A lot of lifetimes content with some exercises (in case you feel like doing them).
- https://blessed.rs/crates A lot of crates and example suggestions for almost all of the imaginable topics that a Rust programmer will face. (Highly recommended!).
- https://rust-unofficial.github.io/patterns/ Rust design patterns for lots of applications.