fixed-vec-deque 0.1.2

A fixed-size, zero-allocation circular buffer for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "fixed-vec-deque"
version = "0.1.2"
authors = ["John-John Tedro <udoprog@tedro.se>"]
license = "MIT/Apache-2.0"
categories = ["data-structures"]

description = """
A fixed-size, zero-allocation circular buffer for Rust
"""

documentation = "https://docs.rs/fixed-vec-deque"
homepage = "https://github.com/udoprog/fixed-vec-deque"
repository = "https://github.com/udoprog/fixed-vec-deque"

readme = "README.md"