5 ms·
Theoretically yes, rust binaries can have C-apis and other code can call them just fine.
by borodi 4y ago
Theoretically yes, rust binaries can have C-apis and other code can call them just fine.
- kibwen 4y agoWith the caveat that, naturally, these APIs can only expose concepts that C can understand, so you're a bit limited. No generics, for example.