alef 0.83.3

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
/// Swift protocol that Swift classes implement to provide visitor callbacks.
/// Conform to this protocol to intercept configured Rust trait bridge events.
/// Implementations may be invoked concurrently and must synchronize mutable state.
public protocol {{ protocol_name }}: AnyObject {