Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sagebind committed Feb 24, 2018
1 parent 7ddcd22 commit 129ada1
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
# Ringtail
Efficient ring buffer for byte buffers, FIFO queues, and SPSC channels.
Efficient ring buffer implementations for byte buffers, FIFO queues, and SPSC channels.

[![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.1"
```

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

0 comments on commit 129ada1

Please sign in to comment.