ringtail 0.3.0

Efficient ring buffer for byte buffers, FIFO queues, and SPSC channels
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[[bench]]
harness = false
name = "pipes"

[dev-dependencies.criterion]
version = "0.2"

[package]
authors = ["Stephen M. Coakley <me@stephencoakley.com>"]
categories = ["data-structures", "concurrency"]
description = "Efficient ring buffer for byte buffers, FIFO queues, and SPSC channels"
keywords = ["buffer", "fifo", "queue"]
license = "MIT"
name = "ringtail"
repository = "https://github.com/sagebind/ringtail"
version = "0.3.0"