alef 0.24.13

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
        #[swift_bridge(swift_name = "{{ swift_name }}")]
        fn {{ fn_name }}(json: String) -> Result<{{ wrapper_name }}, String>;