Skip to content

Commit b8c5542

Browse files
authored
Create WANTED.md
1 parent b761517 commit b8c5542

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

WANTED.md

+9
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)