ringbuffer 0.2.3

A fixed-size circular buffer
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "ringbuffer"
version = "0.2.3"
authors = ["Victor Roest <victor@xirion.net>"]
edition = "2018"
description = "A fixed-size circular buffer"
repository = "https://git.xirion.net/0x76/ringbuffer/"
keywords = ["ring", "cyclic", "circular", "buffer", "no-std"]
categories = ["data-structures"]
license = "LGPL-3.0"

[profile.release]
opt-level = 3
lto = true