Expand description
FFI boundary registry.
In a hybrid transpile (e.g. Python + C extension, Python + CUDA kernel), the agent must know exactly which symbols cross language lines and what their Rust shim signatures should be. This crate is the single source of truth for that mapping within a session.