alef 0.21.1

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(2, &e.to_string());
            {{ null_ret }}
        }
    }