rbuf 0.1.5

A general purpose ring buffer implementation with some non-standard constraints.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[![pipeline](https://github.com/d-e-s-o/rbuf/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/d-e-s-o/rbuf/actions/workflows/test.yml)
[![coverage](https://codecov.io/gh/d-e-s-o/rbuf/branch/main/graph/badge.svg)](https://codecov.io/gh/d-e-s-o/rbuf)
[![crates.io](https://img.shields.io/crates/v/rbuf.svg)](https://crates.io/crates/rbuf)
[![Docs](https://docs.rs/rbuf/badge.svg)](https://docs.rs/rbuf)
[![rustc](https://img.shields.io/badge/rustc-1.56+-blue.svg)](https://blog.rust-lang.org/2021/10/21/Rust-1.56.0/)

rbuf
====

- [Documentation][docs-rs]
- [Changelog]CHANGELOG.md

A crate providing a general purpose ring buffer implementation with some
non-standard constraints.


[docs-rs]: https://docs.rs/crate/rbuf