|
|
|
|
|
by pepoluan
234 days ago
|
|
The "rust is better" point is always "prevent memory-related bugs from happening". Memory-related bugs is, like, 70% of bugs found in programs written in C and C++. So, by rewriting in Rust, you prevent 70% of new bugs from happening, because a whole class of bugs just cease to exist. |
|
These are command line utilities meant to be a human porcelain for libc. And last I checked, libc was C.
Ideally these should be developed in tandem, and so should the kernel. This is not the case in Linux for historical reasons, but some of the other utilities such as iputils and netfilter are. The kernel should be Rust long before these porcelain parts are.