testcontainers-rs
testcontainers-rs copied to clipboard
[DRAFT] add extension traits to run container without explicitly creating a c…
This is an in progress work regarding to #386 . I just wanted to share the current prototype I have to validate my understanding.
- [ ] Agree on the design and identify the breaking changes and document
- [ ] Go thorough what we expose as public API and make sure that we don't expose something we don't need to.
- [ ] Update tests
Hi @thomaseizinger I created this in progress pull request to validated my understanding. Could you please take a look and let me know if what I am doing makes sense here?
Will review next week!