Hacker News new | ask | show | jobs
by vlovich123 152 days ago
It’s trivial to expose the raw C bindings (eg a -sys crate) because you just run bindgen on the header. The difficult part can be creating safe, high-performance abstractions.