Helpful Resources
- Rust Standard Library Documentation
- Jon Gjenset's Youtube Channel
- The Book
- The Rust Reference
- The Rustonomicon
- Preshing's Blog (especially his content on atomics and lock-free programming!)
- Learn Rust With Entirely Too Many Linked Lists
Reading source code is a great way to learn!
crossbeam_queuecrossbeam_utilsatomichaphazardstd::vec::Vec(also check outRawVec)