crabka-protocol 0.3.4

Apache Kafka wire-protocol codec (4.3.0), with typed RecordBatch and zero-copy borrowed decode
Documentation
1
2
3
4
5
6
7
// AUTO-GENERATED by crabka-protocol-codegen against b25e89b6f842f11e4eb747e131a71153d9270536. Do not edit.
//! Owned (heap-allocated) message types.

pub mod fetch_request;
pub mod fetch_response;
pub mod produce_request;
pub mod produce_response;