|
|
|
|
|
by sanderjd
4441 days ago
|
|
Of course it's true that Rust can't protect you from things done in libraries called across its FFI. It's also true that at the moment most of, or at least a lot of, real work done in Rust eventually ends up calling into some C library. But I think that will be less and less true as time goes on. |
|
As an example, we used to use Netsurf's C library for CSS stuff, but now we have our own parser and style system written in 100% Rust.