# ringbuf
[![Crates.io][crates_badge]][crates]
[![Docs.rs][docs_badge]][docs]
[![Travis CI][travis_badge]][travis]
[![Appveyor][appveyor_badge]][appveyor]
[![Codecov.io][codecov_badge]][codecov]
[![License][license_badge]][license]
[crates_badge]: https://img.shields.io/crates/v/ringbuf.svg
[docs_badge]: https://docs.rs/ringbuf/badge.svg
[travis_badge]: https://api.travis-ci.org/nthend/ringbuf.svg
[appveyor_badge]: https://ci.appveyor.com/api/projects/status/github/nthend/ringbuf?branch=master&svg=true
[codecov_badge]: https://codecov.io/gh/nthend/ringbuf/graphs/badge.svg
[license_badge]: https://img.shields.io/crates/l/ringbuf.svg
[crates]: https://crates.io/crates/ringbuf
[docs]: https://docs.rs/ringbuf
[travis]: https://travis-ci.org/nthend/ringbuf
[appveyor]: https://ci.appveyor.com/project/nthend/ringbuf
[codecov]: https://codecov.io/gh/nthend/ringbuf
[license]: #license
Lock-free single-producer single-consumer ring buffer
## Documentation
+ [`crates.io` version documentation](https://docs.rs/ringbuf)
+ [`master` branch documentation](https://nthend.github.io/ringbuf/target/doc/mpsc_rb/index.html)
## License
Licensed under either of
* Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
at your option.
### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any
additional terms or conditions.