//
Search across all documentation pages
9 pages in this section.
The mental model behind every Rust FFI boundary: a contract both sides must honor about memory, ownership, panics, and threading, whether Rust embeds a host runtime or is embedded inside one.
Safe boundaries, error mapping, and memory ownership.