pact-foundation / pact-python

Python version of Pact. Enables consumer driven contract testing, providing a mock service and DSL for the consumer project, and interaction playback and verification for the service provider project.
http://pact.io
MIT License
560 stars 135 forks source link

Rust FFI Blog Post #686

Closed JP-Ellis closed 2 months ago

JP-Ellis commented 2 months ago

:memo: Summary

Add a new blog post detailing the inner workings for the Rust FFI.

~:rotating_light: Breaking Changes~

:fire: Motivation

For anyone curious, or anyone who is trying to use FFIs from Python.

~:hammer: Test Plan~

:link: Related issues/PRs

None