#fifo-queue #buffer #queue

ringtail

Efficient ring buffer for byte buffers, FIFO queues, and SPSC channels

6 releases

Uses old Rust 2015

0.3.0 Aug 10, 2018
0.2.2 Aug 3, 2018
0.2.0 May 17, 2018
0.1.1 Feb 24, 2018

#1433 in Concurrency

MIT license

32KB
748 lines

Ringtail

Efficient ring buffer implementations for byte buffers, FIFO queues, and SPSC channels.

Build Status Crates.io Documentation License

Documentation

Installation

Add this to your Cargo.toml file:

[dependencies]
ringtail = "0.2"

License

This library is licensed under the MIT license. See the LICENSE file for details.

No runtime deps