Hacker News new | ask | show | jobs
by bigstrat2003 262 days ago
That's true of Rust as well, so it's not really an advantage unique to Zig.
1 comments

Is it? Most of the time I read you have to create a wrapper, like here: https://docs.rust-embedded.org/book/interoperability/c-with-...

Please provide some documentation of how to use c libraries without such interop layer in rust. And while bindgen does most of the work it can be pretty tedious to get running.