alef 0.25.37

Opinionated polyglot binding generator for Rust libraries
Documentation
1
let {{ param_name }}_core{% if is_optional %}: Option<{{ core_path }}>{% else %}: {{ core_path }}{% endif %} = {{ value_expr }};