|
|
|
|
|
by steveklabnik
4439 days ago
|
|
> 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. I'm not entirely sure this is a correct claim, unless you mean 'system calls are implemented by the kernel, which is written in C.' While it's true that FFI in Rust is really good, most things (notably, _not_ crypto) are just straight-up written in Rust. |
|
Edit: Servo's src/support directory is a good example of my general sense that large Rust projects still tend to rely on a good deal of C libraries:
https://github.com/mozilla/servo/tree/master/src/support