testcontainers-rs-images 0.0.1

pre-configured testcontainer images
Documentation
  • Coverage
  • 0%
    0 out of 1 items documented0 out of 0 items with examples
  • Size
  • Source code size: 3.16 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 233.55 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 8s Average build duration of successful builds.
  • all releases: 8s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • romnn/testcontainers-rs
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • romnn

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