maturin 0.7.2

Build and publish crates with pyo3, rust-cpython and cffi bindings as well as rust binaries as python packages
Documentation
# https://stackoverflow.com/a/40966234/3549270
# docker build -f Dockerfile.build-context -t build-context .
# docker run --rm -it build-context

FROM busybox
COPY . /build-context
WORKDIR /build-context
CMD find .