top | item 47139516

(no title)

rq1 | 6 days ago

I assumed new projects but I just realised that I didn’t write it.

But still disagree: we have cbindgen.

discuss

order

surajrmal|5 days ago

cbindgen is woefully inadequate. Have you tried to use cbindgen to make interop between complex c++ work with rust? You will end up writing a significant amount of shim code manually, on both sides. Newer efforts like crubit seem promising, but still have some challenging edge cases.