alef 0.25.2

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
        let _rb_result = {{ bridge_call }}
        let _rb_data = _rb_result.data(using: .utf8) ?? Data()
        return try JSONDecoder().decode({{ decode_type }}.self, from: _rb_data)