12 stable releases
| 1.3.2 | Oct 7, 2024 |
|---|---|
| 1.3.1 | Aug 16, 2021 |
| 1.2.4 | May 10, 2021 |
| 1.0.1 | Jan 15, 2021 |
| 0.1.1 | Dec 26, 2020 |
#815 in Development tools
744 downloads per month
Used in 2 crates
(via rlink-connector-kafka)
18KB
520 lines
serbuffer
Base on bytes, can work well with tokio.
It allows you to directly access serialized data without parsing/unpacking it first.
Especially in streaming computing scenarios, networks and operators interact with zero copies of direct data.
Framework tested on Linux/MacOS/Windows, requires stable Rust.