kafkit-client 0.1.5

Kafka 4.0+ pure Rust client.
Documentation
1
2
3
4
5
6
7
/// Configuration types for producers, consumers, admins, TLS, and SASL.
pub mod config;
pub(crate) mod constants;
/// Error and result types returned by this crate.
pub mod error;
/// Common record, partition, offset, and metadata value types.
pub mod types;