alef 0.25.21

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
5
        do {
            let result = try self.bridge.{{ method_name }}({{ call_args }})
{{ success_body }}        } catch {
            return marshal_error_result(error)
        }