#pact #cdc

pact_verifier

Pact-Rust support library that implements provider verification functions

82 releases (9 stable)

new 1.2.1 May 8, 2024
1.1.0 Feb 20, 2024
1.0.4 Dec 20, 2023
1.0.3 Aug 28, 2023
0.2.0 Oct 9, 2016

#49 in Testing

Download history 30/week @ 2024-01-14 140/week @ 2024-01-21 186/week @ 2024-01-28 387/week @ 2024-02-04 158/week @ 2024-02-11 818/week @ 2024-02-18 121/week @ 2024-02-25 36/week @ 2024-03-03 522/week @ 2024-03-10 681/week @ 2024-03-17 250/week @ 2024-03-24 99/week @ 2024-03-31 184/week @ 2024-04-07 259/week @ 2024-04-14 194/week @ 2024-04-21 215/week @ 2024-04-28

855 downloads per month
Used in 4 crates

MIT license

1.5MB
39K 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

~19–60MB
~1M SLoC