pact_ffi 0.5.2

Pact interface for foreign languages.
Documentation
1
2
3
4
5
6
FROM rust:stretch

RUN rustup install stable && rustup default stable
RUN rustup component add rustfmt

ENTRYPOINT ["/bin/bash"]