bytering 0.4.0

A ring buffer specialized for vectored reading and writing in blocking and async I/O
Documentation
[dependencies]

[dev-dependencies.static_assertions]
version = "1"

[features]
default = ["std"]
std = []

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

[package]
authors = ["Folke <folke@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures"]
description = "A ring buffer specialized for vectored reading and writing in blocking and async I/O"
edition = "2021"
exclude = [".gitignore", "examples"]
keywords = []
license = "MIT OR Apache-2.0"
name = "bytering"
readme = "README.md"
repository = "https://github.com/cloneable/bytering"
version = "0.4.0"