8 ms·
I don't think Rust will ever consider FFI'in with another language "100% safe."
by boundchecked 4y ago
I don't think Rust will ever consider FFI'in with another language "100% safe."
- IceWreck 4y agoYou can use C libraries in Rust, even compiled .so files where you dont have the corresponding C headers.