alef-codegen 0.15.39

Shared codegen utilities for the alef polyglot binding generator
Documentation
1
2
let {{ name }}_owned: Option<{{ core_type_path }}> = {{ name }}.map(Into::into);
    let {{ name }}_core = {{ name }}_owned.as_ref();