An object pool that guarantees pinning of its items and enables easy item access via unsafe code by not maintaining any Rust references to its items.
More details in the crate documentation.
This is part of the Folo project that provides mechanisms for high-performance hardware-aware programming in Rust.