Skip to main content

Crate kafrust_protocol

Crate kafrust_protocol 

Source
Expand description

Kafka wire protocol support for kafrust.

This crate is intentionally runtime-free. It owns Kafka request/response encoding and decoding so the public client can stay focused on user-facing producer and consumer behavior.

Re-exports§

pub use error::Error;
pub use error::Result;

Modules§

api
codec
consumer_group
error
frame
header

Functions§

version
Returns the protocol crate version compiled into this build.