water_buffer 1.0.1

A high-performance, zero-overhead byte buffer implementation in Rust that outperforms the industry-standard `BytesMut` by **6-11x** in most scenarios.
Documentation
[[bin]]
name = "water_buffer"
path = "src/main.rs"

[dev-dependencies.bytes]
version = "1.11.0"

[[example]]
name = "benchmark"
path = "examples/benchmark.rs"

[features]
circular_buffer = []

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

[package]
authors = ["HassanSharara"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["memory-management", "caching", "network-programming"]
description = "A high-performance, zero-overhead byte buffer implementation in Rust that outperforms the industry-standard `BytesMut` by **6-11x** in most scenarios."
edition = "2024"
homepage = "https://github.com/HassanSharara/water_buffer"
keywords = ["buffer", "water-buffer", "water_buffer"]
license = "MIT"
name = "water_buffer"
readme = "README.md"
repository = "https://github.com/HassanSharara/water_buffer"
version = "1.0.1"

[package.metadata]
unstable-features = ["circular_buffer"]