ringtail 0.2.2

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

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

[![Build Status](https://semaphoreci.com/api/v1/sagebind/ringtail/branches/master/badge.svg)](https://semaphoreci.com/sagebind/ringtail)
[![Crates.io](https://img.shields.io/crates/v/ringtail.svg)](https://crates.io/crates/ringtail)
[![Documentation](https://docs.rs/ringtail/badge.svg)](https://docs.rs/ringtail)
![License](https://img.shields.io/badge/license-MIT-blue.svg)

[Documentation](https://docs.rs/ringtail)

## Installation

Add this to your Cargo.toml file:

```toml
[dependencies]
ringtail = "0.2"
```

## License

This library is licensed under the MIT license. See the [LICENSE](LICENSE) file for details.