alef 0.25.37

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
  /// Register a Dart implementation of [{{ trait_name }}] with the plugin registry.
  static Future<void> {{ dart_name }}({{ impl_type }} impl) async {
    await rust_bridge.{{ dart_name }}(impl: impl);
  }