A simple ring-buffer based single-producer, single-consumer queue with no dependencies. You can use this to write Rust programs with low-latency message passing.
#FastQueue (fq)A simple ring-buffer based single-producer, single-consumer queue with no dependencies. You can use this to write Rust programs with low-latency message passing.
> [!IMPORTANT]
> This crate is highly experimental.