#testing #pact #cdc

pact_verifier

Pact-Rust support library that implements provider verification functions

71 releases

0.15.1 Mar 15, 2023
0.14.0 Feb 16, 2023
0.13.19 Dec 19, 2022
0.13.16 Nov 28, 2022
0.2.0 Oct 9, 2016

#135 in Testing

Download history 244/week @ 2022-12-07 645/week @ 2022-12-14 249/week @ 2022-12-21 34/week @ 2022-12-28 129/week @ 2023-01-04 131/week @ 2023-01-11 146/week @ 2023-01-18 128/week @ 2023-01-25 180/week @ 2023-02-01 334/week @ 2023-02-08 308/week @ 2023-02-15 263/week @ 2023-02-22 273/week @ 2023-03-01 430/week @ 2023-03-08 527/week @ 2023-03-15 565/week @ 2023-03-22

1,810 downloads per month
Used in 4 crates

MIT license

1.5MB
33K SLoC

Pact Verifier library

This crate implements verification of a provider against a pact file. It implements the V3 Pact specification and V4 Pact specification.

Online rust docs


lib.rs:

The pact_verifier crate provides the core logic to performing verification of providers. It implements the V3 (https://github.com/pact-foundation/pact-specification/tree/version-3) and V4 Pact specification (https://github.com/pact-foundation/pact-specification/tree/version-4).

Dependencies

~25–61MB
~1M SLoC