pinned_pool 0.1.0

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
Documentation
1
2
3
4
5
6
7
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](https://docs.rs/pinned_pool/).

This is part of the [Folo project](https://github.com/folo-rs/folo) that provides mechanisms for
high-performance hardware-aware programming in Rust.