We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b761517 commit b8c5542Copy full SHA for b8c5542
WANTED.md
@@ -0,0 +1,9 @@
1
+Developers looking for a starting point for contributions to posixutils-rs may consider these categories of changes:
2
+* Fill in missing utilities listed in [README](README.md)
3
+* Upgrade an existing utility from stage N to stage N+1
4
+* Optimize an existing utility to use less memory, or increase performance
5
+* Reduce dependencies. Attempt to remove all usage of "heavy" deps such as rustix, nix or serde.
6
+* Improve build speed
7
+* Improve test speed
8
+* Find features that are not being tested, and add integration tests
9
+* Translate one or more utilities to a new language
0 commit comments