testcontainers 0.27.3

A library for integration-testing against docker containers from within Rust.
1
2
3
4
5
#[cfg(feature = "docker-compose")]
pub(crate) mod docker_cli;
pub mod generic;
#[cfg(feature = "docker-compose")]
pub(crate) mod socat;