swift-bridge-cli 0.1.59

Parse Rust files for swift-bridge modules and generate the corresponding Swift and C code for them.
Documentation
1
2
3
4
5
use swift_bridge_cli::app::run;

fn main() {
    run()
}