#pact #cdc

pact-plugin-driver

Pact support library that provides an interface for interacting with Pact plugins

58 releases

0.7.2 Nov 29, 2024
0.7.0 Jul 16, 2024
0.5.1 Jan 31, 2024
0.4.6 Dec 14, 2023
0.0.11 Nov 29, 2021

#497 in Testing

Download history 2709/week @ 2024-08-21 2053/week @ 2024-08-28 2551/week @ 2024-09-04 1579/week @ 2024-09-11 1805/week @ 2024-09-18 2035/week @ 2024-09-25 1801/week @ 2024-10-02 1551/week @ 2024-10-09 1645/week @ 2024-10-16 2151/week @ 2024-10-23 1813/week @ 2024-10-30 1719/week @ 2024-11-06 1935/week @ 2024-11-13 1715/week @ 2024-11-20 2019/week @ 2024-11-27 1493/week @ 2024-12-04

7,633 downloads per month
Used in 10 crates (6 directly)

MIT license

205KB
4.5K SLoC

Pact plugin driver library for Rust

Pact support library that provides an interface for interacting with Pact plugins

State of implementation

  • The ability to find plugins.
  • Load plugins and extract the plugin manifests that describe what the plugin provides.
  • Provide a catalogue of features provided by the plugins.
  • Provide a messaging bus to facilitate communication between the language implementation and the plugins.
  • Manage the plugin lifecycles.

Crate features

All features are enabled by default

  • datetime: Enables support of date and time expressions and generators. This will add the chronos crate as a dependency.
  • xml: Enables support for parsing XML documents. This feature will add the sxd-document crate as a dependency.

Building the Rust driver

The Rust driver is built with Cargo. The build can be run with cargo build, but there is a test DriverPactTest that requires a Protobuf plugin to work. Either skip or disable that test, or install the prototype Protobuf plugin before running the build.

The Protobuf compiler is required to be installed and available on the path.

Dependencies

~31–65MB
~1M SLoC