These are my solutions to the exercises of the Rust track on Exercism.
Rust was my first language track on Exercism, and it didn't occur to me that I should be taking notes as I went along. For subsequent tracks, I've found it very helpful to maintain a detailed README with
- instructions for completing and submitting exercises;
- options for handling multiple solutions to the same exercise;
- some notes on each completed exercise: language concepts used, any useful tips and tricks showcased, alternative implementations and their relative performance, etc.