I guess the issue is self explanatory. There are some exercises which are missing the template/function stub in the lib.rs file. For example, the lib.rs of etl is empty. #512 is about the same issue and it is still open.
I can raise PRs as and when I come across such exercises. But wanted to understand what would go inside the unimplemented!() description? Will the best description do, or are we following any pattern.
I've created a PR for this one: #550
I guess the issue is self explanatory. There are some exercises which are missing the template/function stub in the
lib.rsfile. For example, thelib.rsof etl is empty. #512 is about the same issue and it is still open.I can raise PRs as and when I come across such exercises. But wanted to understand what would go inside the
unimplemented!()description? Will the best description do, or are we following any pattern.I've created a PR for this one: #550