docker-pyo3 0.2.1

Python bindings to the docker-api-rs crate
Documentation
1
2
3
4
5
/// when using this crate as a dependency in another pyo3 based package on a mac - the linker args don't propagate
/// correctly - so we are explicit about this build arg for inheritence sakes.
fn main() {
    pyo3_build_config::add_extension_module_link_args();
}