alef 0.79.3

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