alef 0.80.0

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Generated by alef. Do not edit by hand.
// swift-format-ignore-file
// This file contains convenience overloads matching the alef e2e generator's call shapes.

import Foundation
import RustBridge

// MARK: - Bridge protocol re-exports
// Re-exported so a conforming type can be declared with `import <Module>` alone; see
// `gen_bridge_registration_overloads_file` in the alef swift backend.

{{ protocol_aliases }}
// MARK: - Unregister name: label overloads

{{ unregister_overloads }}// MARK: - Bridge → Box register overloads

{{ register_overloads }}