Helpers for bridging Rust types to Cranelift JIT signatures and call sites. The crate trims the boilerplate of declaring external functions, building Signatures, and lowering arguments — while keeping direct access to the underlying FunctionBuilder and Module.
A small trait + macro core, plus a proc-macro that generates a per-function helper module. Optional modules are gated behind features, all off by default.
Published on crates.io. Add it plain, or turn on the optional modules.
CI runs the suite on x86_64 and aarch64 across Linux, macOS, and Windows. Full API docs on docs.rs.