alef 0.23.33

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
{% if method == "Initialize" or method == "Shutdown" %}extern int32_t go{{ pascal }}{{ method }}(void*, char**);
{% else %}extern int32_t go{{ pascal }}{{ method }}(void*, char**, char**);
{% endif %}