Expand description
Low-level support for calling rust functions
This module helps the scaffolding code make calls to rust functions and pass back the result to the FFI bindings code.
It handles:
- Catching panics
- Adapting the result of
Return::lower_return()
into either a return value or an exception
Structs
- Represents the success/error of a rust call
Enums
- Result of a FFI call to a Rust function
Functions
- Handle a scaffolding calls