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
32KB
748 lines
Ringtail
Efficient ring buffer implementations for byte buffers, FIFO queues, and SPSC channels.
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.