Stjepan Glavina wrote a great blog post on #crossbeam, a concurrency library for #rust. It explains what exactly crossbeam is for, some of its inner workings, and the project's plans for the future (sounds like super useful stuff!). The blog post contains lots of references to the docs, and it's been a great read!

https://stjepang.github.io/2019/01/29/lock-free-rust-crossbeam-in-2019.html

Lock-free Rust: Crossbeam in 2019

This is a follow-up post to Lock-freedom without garbage collection from 2015, which introduced Crossbeam, a Rust library that implements efficient lock-free data structures without relying on a tracing garbage collector.