Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

crates.io "fifo" keyword

async-ringbuf 0.2.1
Async SPSC FIFO ring buffer
16 versions - Latest release: about 2 hours ago - 3 dependent packages - 1 dependent repositories - 21 thousand downloads total - 4 stars on GitLab.com - 2 maintainers
ringbuf 0.4.1
Lock-free SPSC FIFO ring buffer with direct access to inner data
32 versions - Latest release: about 2 hours ago - 66 dependent packages - 809 dependent repositories - 1.93 million downloads total - 4 stars on GitLab.com - 2 maintainers
aki-txpr-macro 0.1.5
the more easy to use libaki-*.
6 versions - Latest release: over 1 year ago - 2.02 thousand downloads total - 0 stars on GitHub - 1 maintainer
libqueued 0.13.0
Library for queued
19 versions - Latest release: about 1 month ago - 1 dependent package - 5.15 thousand downloads total - 10 stars on GitHub - 1 maintainer
queued 0.9.0
Fast zero-configuration single-binary simple queue service
14 versions - Latest release: about 1 month ago - 3.65 thousand downloads total - 10 stars on GitHub - 1 maintainer
Top 6.6% on crates.io
unix-named-pipe 0.2.0
Ease creation of named pipes on Unix platform
2 versions - Latest release: over 5 years ago - 12 dependent packages - 11 dependent repositories - 63.5 thousand downloads total - 1 maintainer
ipc-queue 0.3.0
An implementation of FIFO queue described in fortanix-sgx-abi used for asynchronous usercalls.
5 versions - Latest release: 29 days ago - 2 dependent packages - 8 dependent repositories - 26.9 thousand downloads total - 411 stars on GitHub - 1 maintainer
Top 2.2% on crates.io
flume 0.11.0 💰
A blazingly fast multi-producer channel
37 versions - Latest release: 9 months ago - 460 dependent packages - 4,451 dependent repositories - 24.6 million downloads total - 2,036 stars on GitHub - 1 maintainer
circular-buffer 0.1.7
Efficient, fixed-size, overwriting circular buffer
8 versions - Latest release: about 2 months ago - 7 dependent packages - 1 dependent repositories - 50.7 thousand downloads total - 11 stars on GitHub - 1 maintainer
queue 0.3.1
Simple wrapper around Vec to provide a FIFO queue.
6 versions - Latest release: over 4 years ago - 3 dependent packages - 9 dependent repositories - 24.3 thousand downloads total - 0 stars on GitLab.com - 1 maintainer
fifo-set 1.0.0
FIFO queue with unique elements
1 version - Latest release: almost 3 years ago - 1 dependent package - 1 dependent repositories - 3.5 thousand downloads total - 0 stars on GitHub - 1 maintainer
queue-file 1.4.10
queue-file is a lightning-fast, transactional, file-based FIFO
17 versions - Latest release: about 1 year ago - 2 dependent packages - 11 dependent repositories - 252 thousand downloads total - 26 stars on GitHub - 2 maintainers
rjq 0.3.0
Redis job queue
5 versions - Latest release: about 7 years ago - 3.82 thousand downloads total - 16 stars on GitHub - 1 maintainer
rsmq 0.2.1
A Rust implementation of [RSMQ](https://smrchy.github.io/rsmq/about/) (Redis Simple Message Queue).
4 versions - Latest release: over 6 years ago - 1 dependent repositories - 3.1 thousand downloads total - 9 stars on GitHub - 1 maintainer
riffy 0.1.1
An unbounded, wait-free, multi-producer-single-consumer queue.
2 versions - Latest release: over 3 years ago - 1 dependent package - 1.1 thousand downloads total - 3 stars on GitHub - 1 maintainer
magnetic 2.4.1
Low-latency lock-free queues
10 versions - Latest release: almost 2 years ago - 1 dependent repositories - 6.56 thousand downloads total - 15 stars on GitHub - 1 maintainer
va-ts 0.0.4
MPEG-TS implementation for Rust
4 versions - Latest release: over 3 years ago - 2 thousand downloads total - 20 stars on GitHub - 1 maintainer
pipe_watcher 2.1.2
A pipe reader and writer for the terminal. Made for use with the ipipe Rust library.
12 versions - Latest release: almost 3 years ago - 4.42 thousand downloads total - 0 stars on GitHub - 1 maintainer
file-descriptors 0.9.1
Wrapper around the common kinds of (mostly Linux) file descriptors, including sockets, pipes, FIF...
28 versions - Latest release: about 4 years ago - 1 dependent package - 15.8 thousand downloads total - 14 stars on GitHub - 1 maintainer
dfb 1.4.0
Dynamic-Fifo-Buffer, like AnyMap but uses a VecDeque to store values and treats access as a Fifo.
12 versions - Latest release: almost 3 years ago - 1 dependent package - 4.88 thousand downloads total - 1 stars on GitHub - 1 maintainer
nb-sync 0.2.0
Non-blocking synchronization structures for bare-metal environments
2 versions - Latest release: almost 6 years ago - 1.53 thousand downloads total - 5 stars on GitHub - 1 maintainer
burstq 0.1.0
A multi-producer, multi-consumer channel that supports sending or receiving multiple values in a ...
1 version - Latest release: about 1 month ago - 282 downloads total - 0 stars on GitHub - 1 maintainer
rc_event_queue 0.4.2
VecDeque-like fast, unbounded, FIFO, concurent read-lock-free message queue.
8 versions - Latest release: over 2 years ago - 1 dependent package - 1 dependent repositories - 6.06 thousand downloads total - 20 stars on GitHub - 1 maintainer
ringbuf-blocking 0.1.0-rc.3
Blocking version of ringbuf
4 versions - Latest release: 3 months ago - 1 dependent package - 1.26 thousand downloads total - 4 stars on GitLab.com - 2 maintainers
runnel 0.3.17
the pluggable io stream. now support: stdio, string io, in memory pipe
24 versions - Latest release: over 1 year ago - 12 dependent packages - 12 dependent repositories - 16.2 thousand downloads total - 0 stars on GitHub - 1 maintainer
fixed_circular_buffer 0.2.2
A queue (the abstract data structure) implemented using a fixed size circular buffer
3 versions - Latest release: almost 9 years ago - 1 dependent repositories - 3.68 thousand downloads total - 3 stars on GitHub - 1 maintainer
any-mpsc 0.3.1
An mpsc that allows arbitrary types to be passed through
8 versions - Latest release: almost 3 years ago - 2.69 thousand downloads total - 0 stars on GitHub - 1 maintainer
ipipe 0.11.7
Cross-platform named-pipe API.
37 versions - Latest release: about 2 years ago - 4 dependent packages - 4 dependent repositories - 21.1 thousand downloads total - 25 stars on GitHub - 1 maintainer
ringbuf-basedrop 0.1.1
A fork of the `ringbuf` crate that uses basedrop's Shared pointer in place of Arc
2 versions - Latest release: almost 2 years ago - 765 downloads total - 1 maintainer
spmcq 0.1.0
A Rust library for a thread-safe single-producer, multiple-consumer bounded ring buffer (FIFO queue)
1 version - Latest release: 4 months ago - 291 downloads total - 1 stars on GitHub - 1 maintainer
earst 0.1.1
A Unix FIFO file library for Rust
2 versions - Latest release: 6 months ago - 481 downloads total - 2 stars on GitHub - 1 maintainer
s3-fifo 0.1.7
An efficient S3-FIFO Cache Implementation
8 versions - Latest release: about 2 months ago - 1.93 thousand downloads total - 2 stars on GitHub - 2 maintainers
uchan 0.1.4
Multi-producer single-consumer channel for message passing
6 versions - Latest release: over 1 year ago - 1.64 thousand downloads total - 24 stars on GitHub - 1 maintainer
ring-channel 0.12.0
Bounded MPMC channel abstraction on top of a ring buffer
19 versions - Latest release: 7 months ago - 3 dependent packages - 5 dependent repositories - 156 thousand downloads total - 36 stars on GitHub - 1 maintainer
bufchan 0.1.0
A simple buffered MPSC channel
1 version - Latest release: 5 months ago - 330 downloads total - 1 stars on GitHub - 1 maintainer
mio-byte-fifo 0.1.3
Concurrent non-blocking byte SPSC FIFO buffer intended for use in Mio poll
4 versions - Latest release: over 5 years ago - 2.43 thousand downloads total - 0 stars on GitHub - 2 maintainers
ringtail 0.3.0 💰
Efficient ring buffer for byte buffers, FIFO queues, and SPSC channels
6 versions - Latest release: almost 6 years ago - 1 dependent package - 11.1 thousand downloads total - 97 stars on GitHub - 1 maintainer