Docs.rs
tiny_kafka-1.0.6
tiny_kafka 1.0.6
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
cploutarchou
Dependencies
async-trait ^0.1
normal
backoff ^0.4
normal
bytes ^1.5.0
normal
regex ^1.5
normal
serde ^1.0
normal
serde_json ^1.0
normal
thiserror ^1.0
normal
tokio ^1
normal
tracing ^0.1
normal
assert_matches ^1.5
dev
mockall ^0.12.1
dev
tokio-test ^0.4
dev
tracing-subscriber ^0.3
dev
tracing-test ^0.2
dev
Versions
32.14%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
tiny_
kafka
1.0.6
All Items
Crate Items
Re-exports
Modules
Type Aliases
Crate
tiny_kafka
Copy item path
Source
Re-exports
§
pub use consumer::
KafkaConsumer
;
pub use error::
KafkaError
;
pub use producer::
KafkaProducer
;
Modules
§
consumer
Kafka Consumer Implementation
error
producer
Type Aliases
§
Result