@@ -30,18 +30,17 @@ As with any large-scale reimplementation, there are challenges to overcome. Port
30
30
###Next Steps
31
31
32
32
For the next phase of the project, we are adopting the same approach: a drop-in replacement of the C implementations. Here's what's coming next:
33
-
34
33
| Name| Description| Status|
35
34
| ----------------------------------------------------| ----------------------------------------------------| -----------------------------|
36
- | [ diffutils] ( https://github.com/uutils/diffutils ) | File comparison utilities| Almost ready|
37
- | [ procps] ( https://github.com/uutils/procps ) | Utilities for monitoring and controlling processes| |
38
35
| [ acl] ( https://github.com/uutils/acl ) | Access control list utilities| |
39
- | [ util-linux] ( https://github.com/uutils/util-linux ) | Utilities essential for Linux systems| |
40
36
| [ bsdutils] ( https://github.com/uutils/bsdutils ) | Basic utilities for BSD compatibility| |
41
- | [ login] ( https://github.com/uutils/login ) | User login management utilities| |
42
- | [ hostname] ( https://github.com/uutils/hostname ) | Utility to show or set system hostname| |
43
37
| [ coreutils] ( https://github.com/uutils/coreutils ) | Basic utilities for the system| Production level|
38
+ | [ diffutils] ( https://github.com/uutils/diffutils ) | File comparison utilities| Almost ready|
44
39
| [ findutils] ( https://github.com/uutils/findutils ) | utilities for finding files| Getting close to completion|
40
+ | [ hostname] ( https://github.com/uutils/hostname ) | Utility to show or set system hostname| |
41
+ | [ login] ( https://github.com/uutils/login ) | User login management utilities| |
42
+ | [ procps] ( https://github.com/uutils/procps ) | Utilities for monitoring and controlling processes| |
43
+ | [ util-linux] ( https://github.com/uutils/util-linux ) | Utilities essential for Linux systems| |
45
44
46
45
These packages are part of the essential list for Debian and Ubuntu, and we're excited to push their Rust reimplementation further.
47
46