alef 0.25.25

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
5
6
{% if source_cfg -%}
#[cfg({{ source_cfg }})]
{% endif -%}
impl From<{{ name }}> for {{ core_ty }} {
    fn from(v: {{ name }}) -> Self {
        match v {