coreutils
Core utils re-implementation for UNIX/UNIX-like systems written in Rust (by GrayJack)
posixutils-rs
Core POSIX command line utilities in safe Rust (by rustcoreutils)
coreutils | posixutils-rs | |
---|---|---|
2 | 7 | |
108 | 340 | |
0.0% | 0.9% | |
3.4 | 9.8 | |
9 months ago | about 1 month ago | |
Rust | Rust | |
Mozilla Public License 2.0 | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
coreutils
Posts with mentions or reviews of coreutils.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-02-13.
-
Reimplementing the Coreutils in a modern language (Rust)
An alternative implementation that aims to be compatible with POSIX (not necessarily compatible with GNU coreutils): https://github.com/GrayJack/coreutils
-
The GNU coreutils have been re-implemented in Rust
Like https://github.com/GrayJack/coreutils?
posixutils-rs
Posts with mentions or reviews of posixutils-rs.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-09-21.
- Clean-slate MAKE utility written in Rust
- Rust clean-slate POSIX CLI utilities 0.2.1 release: Awk, M4, ftw and more
- One rusty Awk: Memory-safe, clean slate implementation of Awk
- Memory-safe, clean POSIX implementation of M4 macro processor
- Posixutils 0.2.0 released – get a grep, people:)
-
Memory-safe, clean implementation of classic Posix "BC" calculator
Lost as to why there is a test folder yet test functions marked with the #[test] attribute are being added to /src: https://github.com/rustcoreutils/posixutils-rs/pull/132/comm...
What are some alternatives?
When comparing coreutils and posixutils-rs you can also consider the following projects:
ofCourse - :sunglasses: Yet Another yes clone but in Rust
notes - A collection of small notes that aren't appropriate for my blog.
wak - wak -- an awk implementation for toybox and standalone
coreutils - Mirror of https://gitlab.redox-os.org/redox-os/coreutils
pest - The Elegant Parser