Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 307 Bytes

File metadata and controls

13 lines (9 loc) · 307 Bytes

Rust ↔ Python Interoperability Example

This example consumes fixtures generated by the Rust SDK and verifies them with the Python SDK.

Run:

uv run python examples/python/rust_interop_examples/verify_rust_fixture.py

Prerequisites:

  • Rust toolchain installed
  • cargo available in PATH