No. They are only using C. They are not using anything else for "unknown" reasons.
You can write bloated Rust applications in pretty much the exact same ways you can write bloated C applications (generics, runtimes, macros, ...).
And you can write thin Rust applications in pretty much the same ways you can do so in any other language, including C.
No. They are only using C. They are not using anything else for "unknown" reasons.
You can write bloated Rust applications in pretty much the exact same ways you can write bloated C applications (generics, runtimes, macros, ...).
And you can write thin Rust applications in pretty much the same ways you can do so in any other language, including C.