alef 0.23.35

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
    fn {{ method_name }}({{ all_params }}) -> {{ ret }} {
        // SAFETY: self.0 is a valid pointer for the duration of the conversion call.
        unsafe { (*self.0).{{ method_name }}({{ arg_list }}) }
    }