testcontainers-rs
testcontainers-rs copied to clipboard
Sync `ContainerAsync` and `Container` api
ContainerAsync doesn't have exec & block_until_ready methods which is present in Container.
It should be aligned