6 ms·
I think the better approach here is to phase out existing applications in chunks. You can link call rust code from C (when externed and rustc is told not to ma
by posborne 11y ago
I think the better approach here is to phase out existing applications in chunks. You can link call rust code from C (when externed and rustc is told not to mangle) and C code from rust (via ffi).
My experience with code automatically converted has not been good.