kafkaesque 0.0.15

Kafka implementations in Rust (Unofficial)
Documentation
1
2
3
4
mod error;
mod message_producer;

pub use error::{ProducerError, Result};