fq 0.0.1

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.
Documentation
1
2
3
4
5
# 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.