alef 0.23.33

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
5
    unsafe {
        let owner_ref = &mut (*owner).inner;
        owner_ref.{{ method_name }}({{ meta_args }}handler);
    }
    0