Skip to content

Commit

Permalink
DOC: mention "omango" in README
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Dec 29, 2024
1 parent a434d67 commit bcd5363
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ to wait-free SPSC implementations:
* [jack](https://crates.io/crates/jack) (FFI bindings for JACK, see `jack::Ringbuffer`)
* [magnetic](https://crates.io/crates/magnetic) (see `magnetic::spsc` module)
* [npnc](https://crates.io/crates/npnc) (see `npnc::bounded::spsc` module)
* [omango](https://crates.io/crates/omango) (see `omango::queue::spsc::bounded()`)
* [ringbuf](https://crates.io/crates/ringbuf) (supports const generics and heap allocation)
* [ringbuffer-spsc](https://crates.io/crates/ringbuffer-spsc) (using const generics)
* [shmem-ipc](https://crates.io/crates/shmem-ipc) (see `shmem_ipc::sharedring` and `shmem_ipc::ringbuf` modules)
Expand Down

0 comments on commit bcd5363

Please sign in to comment.