alef 0.65.0

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
5
6
7
8
{% if source_cfg -%}
#[cfg({{ source_cfg }})]
{% endif -%}
{{ allow_clippy }}#[unsafe(no_mangle)]
pub unsafe extern "C" fn {{ ffi_fn_name }}(
{{ ffi_params }}
) -> AlefHandle {
    catch_ffi_panic(0, || {