alef 0.23.61

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
/// Remove every registered `{{ trait_name }}` plugin. Typically used in test teardown.
public func {{ function_name }}() throws {
    try RustBridge.{{ function_name }}()
}