ffi_surface
Identify the FFI surface of a Rust repository: locate #[uniffi::export] items, exported impl members, and binding artifacts using path detection. Returns empty for repos without FFI.
Instructions
Find the FFI surface: #[uniffi::export] items, exported impl members, and generated binding artifacts (detected by path). Empty in repos without FFI.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No |