alef 0.20.8

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