akarpovskii / build.crab

Use Rust libraries in Zig
MIT License
11 stars 2 forks source link

Utilities to convert Zig targets to Rust #3

Closed akarpovskii closed 2 months ago

akarpovskii commented 2 months ago

Zig doesn't have a notion of vendor in target triples making it harder to convert between Zig and Rust/LLVM. Which is especially a problem with not-as-popular or bare-metal targets. Right now only the tier 1 targets are somewhat supported.