testcontainers-rs-images

Crates.iotestcontainers-rs-images
lib.rstestcontainers-rs-images
version0.0.1
sourcesrc
created_at2022-11-28 01:31:10.246228
updated_at2022-11-28 01:31:10.246228
descriptionpre-configured testcontainer images
homepagehttps://github.com/romnn/testcontainers-rs
repositoryhttps://github.com/romnn/testcontainers-rs
max_upload_size
id724027
size3,162
Roman Dahm (romnn)

documentation

README

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
Commit count: 12

cargo fmt