alef 0.68.0

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
{{ call }}{% if is_async %}.await{% endif %}{% if has_error %}.map_err(|e| e.to_string()).map(|_| {{ return_expr }}){% else %};
    {{ return_expr }}{% endif %}