#pact #cdc #testing

pact_verifier_ffi

Pact verifier FFI for provider pact verification [DEPRECATED, replaced with pact_ffi]

7 releases

0.0.6 Jul 11, 2021
0.0.5 Jun 23, 2021
0.0.4 May 30, 2021
0.0.3 Apr 11, 2021
0.0.1 Jan 10, 2021

#15 in #pact

MIT license

1.5MB
39K SLoC

Pact Verifier FFI [DEPRECATED]

NOTE: This library is being moved into a single FFI library pact_ffi.

This project provides a foreign function interface to verify pact files against a running provider. It implements the V3 Pact specification.

Online rust docs


lib.rs:

The pact_verifier crate provides a number of exported functions using C bindings for controlling the pact verification process. These can be used in any language that supports C bindings.

Dependencies

~24–43MB
~727K SLoC