An open API service indexing awesome lists of open source software.

https://github.com/d-e-s-o/rbuf

A general purpose ring buffer implementation with some non-standard constraints.
https://github.com/d-e-s-o/rbuf

ring-buffer ringbuffer rust rust-crate rust-lang

Last synced: 11 months ago
JSON representation

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

Awesome Lists containing this project

README

          

[![pipeline](https://github.com/d-e-s-o/rbuf/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/d-e-s-o/rbuf/actions/workflows/ci.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.40+-blue.svg)](https://blog.rust-lang.org/2019/12/19/Rust-1.40.0.html)

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