cbuf 0.1.1

Non-thread-shareable, simple and efficient Circular Buffer implementation that can store N elements when full (typical circular buffer implementations store N-1) without using separate flags.
[features]
default = []
no_std = []

[lib]
name = "cbuf"
path = "src/lib.rs"

[package]
authors = ["Dawid Ciężarkiewicz <dpc@dpc.pw>", "Garrett Berg <vitiral@gmail.com>"]
description = "Non-thread-shareable, simple and efficient Circular Buffer implementation that can store N elements when full (typical circular buffer implementations store N-1) without using separate flags."
documentation = "https://dpc.github.io/cbuf-rs/"
homepage = "https://github.com/dpc/cbuf-rs"
keywords = ["circular", "buffer", "no_std", "core", "data"]
license = "MPL-2.0"
name = "cbuf"
readme = "README.md"
repository = "https://github.com/dpc/cbuf-rs"
version = "0.1.1"