alef 0.78.0

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
{% if cfg %}            #[cfg({{ cfg }})]
{% endif %}            {{ core_path }}::{{ variant_name }} => Self { {{ tag_field }}_tag: "{{ tag_val }}".to_string(){% if needs_default %}, ..Default::default(){% endif %} },