alef 0.67.3

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
5
6
7
8
match result {
        Ok(val) => {
{{ ok_body }}        }
        Err(e) => {
            set_last_error(alef_ffi_error_code(&e), &e.to_string());
            {{ null_ret }}
        }
    }