tc_postgres 0.2.0

Testcontainers image for the postgres docker image.
Documentation
1
2
3
4
5
6
#![deny(missing_debug_implementations)]

extern crate tc_core;

mod image;
pub use image::*;