include_zig!() { /* proc-macro */ }
include_zig! macro for referencing external Zig files
include_zig!("path/to/file.zig", { // Rust function signatures fn my_function(a: i32) -> i32; });
The path is relative to the Cargo manifest directory.