alef 0.24.13

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
public func {{ function_name }}({{ params }}){{ async_clause }}{{ throws_clause }} -> {{ return_type }} {
{{ decode_lines }}    return try {{ await_kw }}{{ function_name }}({{ call_args }}){{ return_suffix }}
}