Hello everyone! I'm the dev of LLDAP and I'm building a new tool to extract a crate from a codebase (automated refactoring), called Extricrate (GitHub - nitnelave/extricrate: Automated refactoring tool to extract a Rust crate from a module.).
However, I have very little personal time to dedicate to this, so I would like to run an experiment in crowdsourcing the whole tool! I'll help with direction, architecture, organization, but otherwise I won't be writing much code.
The idea is that you pick a function that contains a todo!()
, implement it (potentially delegating to other functions you create with a todo!()
in the body) and send a PR with the new function. You can also contribute by creating issues, documentation, tests, writing about it here or telling your friends, anything goes!
I also created a Discord server for it.
Let's have fun and see how far we can take this!