ene_kafka 0.1.0

Ene Kafka is an easy-to-use Rust client for Apache Kafka
Documentation
1
2
3
4
5
6
7
8
pub mod consumers;
pub mod dispatchers;
pub mod handlers;
pub mod messages;
pub mod producers;
pub mod admins;

pub type KafkaResult<T> = anyhow::Result<T>;