# Testcontainers-rs

[](https://crates.io/crates/testcontainers)
[](https://docs.rs/testcontainers)
[](https://dependabot.com)
[](https://app.bors.tech/repositories/20716)
Testcontainers-rs is the official Rust language fork of [http://testcontainers.org](http://testcontainers.org).
## Usage
1. Depend on `testcontainers`
2. Import `use testcontainers::*`.
Check [the integration tests](./tests) on how to use the library.
## License
Licensed under either of
- Apache License, Version 2.0
([LICENSE-APACHE](LICENSE-Apache-2.0) or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license
([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
at your option.