I’ve started using zig for some stuff recently and it can include c effortlessly. Also with rust it is pretty easy to interact with c (well, you need unsafe and I guess for this particular case, bindgen would not be able to provide bindings).
I would not reach to c libraries on many other platforms but recently I started using more c, just not from c..
Comments
I’ve started using zig for some stuff recently and it can include c effortlessly. Also with rust it is pretty easy to interact with c (well, you need unsafe and I guess for this particular case, bindgen would not be able to provide bindings).
I would not reach to c libraries on many other platforms but recently I started using more c, just not from c..