water_buffer 1.2.8

A high-performance, zero-overhead byte buffer implementation in Rust that outperforms the industry-standard `BytesMut` by **6-11x** in most scenarios.
Documentation
1
2
3
4
5
6
7
mod buffer;
mod tests;
/// for providing helping functionalities
#[cfg(feature = "uring")]
pub mod helper;

pub use buffer::*;