alef 0.19.13

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
5
6
/// Convenience overload: accepts a file path as a `String`.
public func {{ wrapper_name }}(
    path: String{{ trailing_params }}
){{ throws_clause }} -> {{ return_ty }} {
    return try {{ inner_call }}(path{{ trailing_args }}){{ return_suffix }}
}