The key to a nice developer experience is making the build from source flow as easy/integrated as possible
I use a build script in Xcode to build a Rust static library automatically when building an app. This is the latest version in a project I am helping with: https://github.com/hackclub/burrow/blob/main/Apple/NetworkEx...
It would be cool to write a similar adapter but to run build.zig!
to me, use zig for c,use rust for c++
The key to a nice developer experience is making the build from source flow as easy/integrated as possible
I use a build script in Xcode to build a Rust static library automatically when building an app. This is the latest version in a project I am helping with: https://github.com/hackclub/burrow/blob/main/Apple/NetworkEx...
It would be cool to write a similar adapter but to run build.zig!