Journey in Rust: Refactoring and the Module System in Rust - Part 7
Even though our project does what it needs to, it looks like a jumbled mess. Although we split the code into functions in the last few chapters, it is still messy, to say the least. We need to split this code into modules. This will make our code mor...
ipriyam26.hashnode.dev6 min read