alef 0.84.1

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
  if (_{{ fn_name }}Fn({{ call_args }}) != {{ present }}) {
{% if checks_error %}    _checkError();
{% endif %}{{ cleanup }}    return null;
  }