alef 0.85.15

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
{% if cfg %}            #[cfg({{ cfg }})]
{% endif %}            "{{ wire }}" => Self::{{ vname }}(val.{{ fname }}.unwrap_or_default(){% if needs_conversion %}.into(){% endif %}),