←back to thread

200 points jorangreef | 2 comments | | HN request time: 0.568s | source
1. rvz ◴[] No.24292832[source]
At least its C FFI bindings story is much more pleasant than Rust's complicated swiss army knife of toggles and flags in bindgen.

The Rustaceans should be taking notes on this.

replies(1): >>24293030 #
2. kreco ◴[] No.24293030[source]
Yeah, that's actually how any C FFI bindings should be.

Ans also, that's the strength of C and its simple ABI.