yes and no. The reason we prefer going to C is because of C's massive adoption, whatever you're writing, if you cant use C with FFI, you can basically write it off. Technically C does has some sense of a standard, but not really, if you want to use C, its easiest to generate C and then use C with C.<p>You dont always need C, if you want to write everything in your preferred language, keep everything in Rust, or Julia, or Zig, or whatever, go ahead, you will probably have a better experience too since you dont have to generate bindings or any of that nonesense, but no one wants to rewrite OpenSSL or something like that in their preferred language, it's always going to be C.