4 ms·
Other than LLVM portability concerns, I think Rust can for sure replace C/C++ libraries (I'm talking DLLs etc). Sure, there will be a small C ABI shim but the
by mattsan 3y ago
Other than LLVM portability concerns, I think Rust can for sure replace C/C++ libraries (I'm talking DLLs etc).
Sure, there will be a small C ABI shim but the developer experience writing in Rust I think is worth it.
Also, nowadays whenever I want to write a fast Python extension, I don't think twice before using pyo3, super simple to write and build.