testcontainers-modules 0.2.0

Community maintained modules for Testcontainers for Rust
Documentation
# testcontainers-modules

![Continuous Integration](https://github.com/testcontainers/testcontainers-rs-modules-community/workflows/Continuous%20Integration/badge.svg?branch=main)
[![Crates.io](https://img.shields.io/crates/v/testcontainers-modules.svg)](https://crates.io/crates/testcontainers-modules)
[![Docs.rs](https://docs.rs/testcontainers-modules/badge.svg)](https://docs.rs/testcontainers-modules)

Community maintained modules for [testcontainers]

Provides modules to use for testing components in accordance with [testcontainers-rs].
Every module is treated as a feature inside this crate.

## Usage

1. Depend on [testcontainers-modules] with necessary features (e.g `postgres`, `minio` and etc)
2. Then start using the modules inside your tests.

You can also see [examples](https://github.com/testcontainers/testcontainers-rs-modules-community/tree/main/examples)

## License

- MIT license ([LICENSE] or <http://opensource.org/licenses/MIT>)

[testcontainers-rs]: https://github.com/testcontainers/testcontainers-rs
[testcontainers]: https://crates.io/crates/testcontainers
[testcontainers-modules]: https://crates.io/crates/testcontainers-modules
[LICENSE]: https://github.com/testcontainers/testcontainers-rs-modules-community/blob/main/LICENSE