#pact #cdc

pact_verifier

Pact-Rust support library that implements provider verification functions

84 releases (11 stable)

1.2.3 Jul 17, 2024
1.2.1 May 8, 2024
1.1.0 Feb 20, 2024
1.0.4 Dec 20, 2023
0.2.0 Oct 9, 2016

#44 in Testing

Download history 120/week @ 2024-04-03 309/week @ 2024-04-10 75/week @ 2024-04-17 368/week @ 2024-04-24 50/week @ 2024-05-01 297/week @ 2024-05-08 219/week @ 2024-05-15 257/week @ 2024-05-22 372/week @ 2024-05-29 443/week @ 2024-06-05 424/week @ 2024-06-12 391/week @ 2024-06-19 443/week @ 2024-06-26 353/week @ 2024-07-03 241/week @ 2024-07-10 447/week @ 2024-07-17

1,579 downloads per month
Used in 4 crates

MIT license

2MB
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–56MB
~1M SLoC