alef 0.25.37

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