-
-
Notifications
You must be signed in to change notification settings - Fork 0
API Internals
hyperpolymath edited this page Aug 8, 2026
·
1 revision
The internal API for communicating between the Rust parser and Python engine uses PyO3.
The Rust struct MetadataPayload is exposed to Python. It implements the buffer protocol, allowing zero-copy transfers of large arrays of parsed values directly into NumPy/Polars memory space.