arraydeque 0.4.1

A ring buffer with a fixed capacity, can be stored on the stack.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]

name = "arraydeque"

version = "0.4.1"

authors = ["andylokandy"]

license = "MIT/Apache-2.0"



description = "A ring buffer with a fixed capacity, can be stored on the stack."

documentation = "https://docs.rs/arraydeque"

repository = "https://github.com/andylokandy/arraydeque"

homepage = "https://github.com/andylokandy/arraydeque"



keywords = ["ring", "circular", "stack", "array", "no_std"]

categories = ["no-std", "data-structures", "memory-management"]



[features]

default = ["std"]

std = []