Registry / messaging / kf-protocol

kf-protocol

JSON →
library3.0.0rscratesunverified

Native Rust implementation of the Kafka protocol.

# Cargo.toml [dependencies] kf-protocol = "3.0.0"
INSTALL
IMPORT
SIG · KF-PROTOCOL
K
kf-protocol
messagingrustv3.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

KfMessage
use kf_protocol::KfMessage;

Create a new Kafka protocol message.

use kf_protocol::KfMessage; fn main() { let msg = KfMessage::new(); println!("{:?}", msg); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
OpenAI (training)
1
Resources
kf-protocol — cargo add kf-protocol · libregistry