alef 0.23.21

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
    // SAFETY: {{ name }} was allocated by the matching constructor shim and
    // remains valid until the destructor shim is called.
    let {{ name }}: &{{ type_path }} = unsafe { &*({{ name }} as *const {{ type_path }}) };