Skip to content

Commit

Permalink
DOC: change link from fixed-queue to ach-spsc
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Apr 3, 2024
1 parent a4a94f8 commit 2f34112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ If you don't like this crate, no problem, there are several alternatives for you
There are many varieties of ring buffers available, here we limit the selection
to wait-free SPSC implementations:

* [fixed-queue](https://crates.io/crates/fixed-queue) (using const generics, see `fixed_queue::spsc`)
* [ach-spsc](https://crates.io/crates/ach-spsc) (using const generics)
* [heapless](https://crates.io/crates/heapless) (for embedded systems, see `heapless::spsc`)
* [jack](https://crates.io/crates/jack) (FFI bindings for JACK, see `jack::Ringbuffer`)
* [magnetic](https://crates.io/crates/magnetic) (see `magnetic::spsc` module)
Expand Down

0 comments on commit 2f34112

Please sign in to comment.