The best resource for getting an introduction to rust is the rust book. You are free to use any other learning resources as well.
When writing code keep the following in mind:
- It should be properly formatted
- It should be linted
- There should be no warnings
- The public API must be fully documented
- The API guidelines should be followed for library crates
- Follow best git practices
Please use the rust toolchain for version 1.58.1
.
- Address
TODO
s indna
crate andREADME
- Address
TODO
s innuccount
crate andREADME
If you have any questions feel free to reach out to [email protected]