alef 0.25.37

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
    let _dep = {{ dep_expr }};
    let _ts_mod = py.import("{{ module_path }}")?;
    let _cls = _ts_mod.getattr("{{ class_name }}")?;
    Ok(_cls.call1((_dep,))?.unbind())