circ_buffer 0.1.5

A bare-metal fixed-size statically allocated ring-buffer with optional serde (De)-Serialization.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<div align="center">
    <h2>circ_buffer</h2>
</div>
<br/>

A `no_std` crate for a fixed-size statically allocated ring-buffer with optional serde
(De)-Serialization.

[![License MIT](https://img.shields.io/badge/License-MIT-brightgreen.svg?style=flat-square)]()
[![License Apache](https://img.shields.io/badge/License-Apache%202.0-brightgreen.svg?style=flat-square)](https://opensource.org/licenses/Apache-2.0)
[![Test Status](https://img.shields.io/github/actions/workflow/status/jonaspleyer/circ_buffer/test.yml?label=Test&style=flat-square)](https://github.com/jonaspleyer/circ_buffer/actions)
[![Crate](https://img.shields.io/crates/v/circ_buffer.svg?style=flat-square)](https://crates.io/crates/circ_buffer)
[![Docs](https://img.shields.io/docsrs/circ_buffer?style=flat-square)](https://docs.rs/circ_buffer)
[![Minimum rustc version](https://img.shields.io/badge/rustc-1.36+-lightgray.svg?style=flat-square)](https://github.com/jonaspleyer/circ_buffer#rust-version-requirements)