# Ringtail
Efficient ring buffer implementations for byte buffers, FIFO queues, and SPSC channels.
[](https://semaphoreci.com/sagebind/ringtail)
[](https://crates.io/crates/ringtail)
[](https://docs.rs/ringtail)

[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.