alef 0.19.13

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
let visitor_handle = {{ options_name }}.as_ref().and_then(|o| o.visitor.clone()).map(|v| {
    let bridge = {{ struct_name }}::new(v);
    std::sync::Arc::new(std::sync::Mutex::new(bridge)) as {{ handle_path }}
});