# testcontainers-modules

[](https://crates.io/crates/testcontainers-modules)
[](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