1 unstable release

0.0.1 Nov 28, 2022

#11 in #testcontainers

Download history 4/week @ 2024-03-14 5/week @ 2024-03-21 13/week @ 2024-03-28 11/week @ 2024-04-04 11/week @ 2024-04-11 5/week @ 2024-05-23 226/week @ 2024-05-30 56/week @ 2024-06-06

58 downloads per month

Custom license

3KB

testcontainers-rs

Examples

RUST_LOG=debug cargo run --example custom

Linting

cargo clippy --tests --benches --examples --all-features -- -Dclippy::all -Dclippy::pedantic

Goals

  • use a killer pod that avoids dangling containers just like the golang implementation
  • safety: no panics or unsafe code
  • build on top of bollard exclusively
  • API inspired by the golang implementation
  • expose native docker container to allow flexibility for users

TODO

  • implement a working example for the initial release version

No runtime deps