alef 0.34.2

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
    public func {{ shim_name }}({{ params }}) -> String {
        return delegate.{{ method_name }}({{ args }})
    }