> There is more than one project to rewrite the GNU utils in Rust?
coreutils != posixutils
That is, GNU coreutils is POSIX + their own extensions. So there’s only one project (that I’m aware of) that’s trying to rewrite the GNU coreutils, and that’s the uutils project.
However, there is also this project, which is trying to implement the various POSIX utils, and the POSIX parts only.
They want to implement a C99 compiler as just one of the "utilities"? Somethings makes me think that is way out of proportion against cat, cp and mkdir.
9 comments
[ 24.3 ms ] story [ 1180 ms ] threadThere is more than one project to rewrite the GNU utils in Rust?
I know this say POSIX utils but it also says that it aims for GNU compatibility.
coreutils != posixutils
That is, GNU coreutils is POSIX + their own extensions. So there’s only one project (that I’m aware of) that’s trying to rewrite the GNU coreutils, and that’s the uutils project.
However, there is also this project, which is trying to implement the various POSIX utils, and the POSIX parts only.
At the same time, as you note, this does not include GNU extensions inside each utils.