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.