#pact #cdc

pact_verifier

Pact-Rust support library that implements provider verification functions

81 releases (8 stable)

new 1.2.0 Apr 16, 2024
1.1.0 Feb 20, 2024
1.0.5 Jan 25, 2024
1.0.4 Dec 20, 2023
0.2.0 Oct 9, 2016

#56 in Testing

Download history 85/week @ 2023-12-30 72/week @ 2024-01-06 33/week @ 2024-01-13 140/week @ 2024-01-20 185/week @ 2024-01-27 378/week @ 2024-02-03 165/week @ 2024-02-10 717/week @ 2024-02-17 221/week @ 2024-02-24 36/week @ 2024-03-02 312/week @ 2024-03-09 833/week @ 2024-03-16 311/week @ 2024-03-23 97/week @ 2024-03-30 119/week @ 2024-04-06

1,514 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–59MB
~1M SLoC