| Crates.io | nblfq |
| lib.rs | nblfq |
| version | 0.1.0 |
| created_at | 2025-10-14 06:46:39.978352+00 |
| updated_at | 2025-10-14 06:46:39.978352+00 |
| description | NBLFQ MPMC queue implementation in no_std Rust |
| homepage | |
| repository | https://codeberg.org/weathered-steel/nblfq |
| max_upload_size | |
| id | 1881761 |
| size | 49,197 |
nblfq is a no_std Rust implementation of the NBLFQ MPMC queue algorithm.
The queue uses atomic primitives, and UnsafeCell to allow for interior mutability.
A best effort was made to ensure safe wrappers around all of the thorny unsafe bits.
This is a very green-field implementation, and requires further testing before production-use.
WARNING use at your own risk :)