You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/blog/2024-02-extending.md
+14-8
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ date = 2024-02-17
5
5
authors = ["Sylvestre Ledru", "Terts Diepraam"]
6
6
+++
7
7
8
-
Over the last 4 years, we have been working at reimplementing some of the key linux tools in Rust. We started with the Coreutils and Findutils.
8
+
Over the last 4 years, we have been working at reimplementing some of the key linux tools in Rust. We started with the [Coreutils](https://github.com/uutils/coreutils) and [Findutils](https://github.com/uutils/findutils).
9
9
10
10
As we are getting closer to parity with the GNU implementation of the Coreutils, we have been thinking about what is next.
11
11
@@ -14,14 +14,20 @@ Given the overwhelming positive feedback around this initiative, we are going to
14
14
For the next projects, we are using the same approach: dropped-in replacement of the GNU C implementation. For consistency purposes and not interested by a license debate, we are going to use the MIT license.
0 commit comments