alef 0.25.37

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
    let _dep = {{ dep_expr }};
    let _cls = py.eval("{{ python_type }}", None, None)?;
    Ok(_cls.call1((_dep,))?.unbind())