alef 0.25.37

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
            "{{ reg_method }}" => {
                let bridge = {{ bridge_name }}::new(_py, &callable)?;
                let handler: Arc<dyn {{ core_import }}::{{ contract_name }}> = Arc::new(bridge);