Expand description
A generator for Rust based on Java class files to help define the FFI bindings with strongly declared types.
Re-exports§
pub use jaffi_support;
Structs§
- Error
- The error type for errors that get returned in the crate
- Jaffi
- A utility for generating Rust FFI implementations from Java class files that contain
native
functions.
Enums§
- Error
Kind - The error kind for errors that get returned in the crate