alef 0.25.4

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