//! 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.
pub use ;
/// Returns the protocol crate version compiled into this build.