crabka-protocol 0.2.0

Apache Kafka wire-protocol codec (4.3.0), with typed RecordBatch and zero-copy borrowed decode
Documentation
1
2
3
4
5
6
pub mod array;
pub mod fixed;
pub mod string_bytes;
pub mod string_bytes_borrowed;
pub mod uuid;
pub mod varint;