ring_pair 0.2.1

Tiny fixed-size ring buffer specialized for exactly two elements
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "ring_pair"
version = "0.2.1"
edition = "2024"
description = "Tiny fixed-size ring buffer specialized for exactly two elements"
license = "MIT OR Apache-2.0"
repository = "https://github.com/kauzarc/ring_pair"
documentation = "https://docs.rs/ring_pair"
keywords = ["ring-buffer", "circular-buffer", "no-std"]
categories = ["data-structures", "no-std"]

[features]
default = ["alloc"]
alloc = []

[dependencies]