Learn Rust again
Stuffs I referenced in Nov 2019 while learning Rust again by reading "The Rust Programmming Language" book.
- Rust for loop odd step
- Rust system of ownership Euler
- Lessons from the first 12 Euler problems in Rust
- https://hellocode.dev/rust-ownership (TODO: fix broken link)
- Rust ownership guide / mastering rust ownership / rust ownership kata / rust ownership practice
- Destructure tuple struct
- https://learning-rust.github.io/docs/b2.structs.html (TODO: fix broken link)
- What is Rust Trait
- Rust match expression and Option enum
- PostgreSQL Extension in C with Rustlang
- Rust crates to use in multithreaded
- https://stjepang.github.io/2019/01/29/lock-free-rust-crossbeam-in-2019.html (TODO: fix broken link)
- ... and many more.
- Rust at speed — building a fast concurrent database
- Project Idea: