testcontainers-avk 0.12.0

A library for integration-testing against docker containers from within Rust.
Documentation
1
2
3
4
5
6
7
8
9
mod cli;

#[cfg(feature = "experimental")]
mod http;

pub use self::cli::Cli;

#[cfg(feature = "experimental")]
pub use self::http::Http;