Hacker News new | ask | show | jobs
by tiles 2402 days ago
Two of the bullet points they list ask for help in doing this conversion:

* Replace some extern "C" includes with more idiomatic uses. Pretty straightforward find/replace-all usually does the trick. * Pick a utility, like cat or touch, and work on translating it into safer, more idiomatic rust. There are plenty of unsafes lying around that you can tackle!