alef 0.25.25

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
public func {{ function_name }}(_ json: String) throws -> {{ type_name }} {
    return try RustBridge.{{ function_name }}(json)
}