Y
Hacker News
new
|
ask
|
show
|
jobs
by
boundchecked
1322 days ago
I don't think Rust will ever consider FFI'in with another language "100% safe."
1 comments
IceWreck
1322 days ago
You can use C libraries in Rust, even compiled .so files where you dont have the corresponding C headers.
link