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
//! Byte-exact codec for `__remote_log_metadata` topic records (KIP-405),
//! interoperable with the JVM `RemoteLogMetadataSerde`.

pub mod record;

pub use record::RemoteLogMetadataRecord;