water_buffer 1.2.4

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

## 1.0.1

- adding support for circular buffer using circular_buffer feature
- adding many required functions help working with buffer

## 0.1.0

- the first release