testcontainers-modules 0.15.0

Community maintained modules for Testcontainers for Rust
Documentation
1
2
3
4
5
6
/// Test container based on Apache Kafka Image
pub mod apache;
/// Test container based on Confluent Kafka Image
pub mod confluent;

pub use confluent::*;