alef 0.22.33

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
5
    extern "Rust" {
        type {{ service_name }};
        #[swift_bridge(swift_name = "{{ config_camel }}")]
        fn {{ config_name }}(&mut self);
    }