Please follow the first rule of the submission guidelines: <a href="https://news.ycombinator.com/newsguidelines.html" rel="nofollow">https://news.ycombinator.com/newsguidelines.html</a>
Hi Guys,<p>This is the forth post I wrote about Learning Rust on Medium. In there, I tried to summarize about,<p>▸ Modules<p><pre><code> Modules in the same file.
Modules in a different file in the same directory.
Modules in a different file in a different directory
</code></pre>
▸ Crates<p><pre><code> lib.rs file on the same executable crate
Dependency crate specified on Cargo.toml (from path, git repo & creating a create for crates.io)
</code></pre>
▸ Workspaces<p>▸ std modules and Preludes<p>I am a 🇱🇰 Web Developer who lives in 🇻🇳. So I am not a native English speaker and just learning Rust(late nights), If you found any mistake or something that I need to change, even a spelling or a grammar mistake, please let me know.<p>Thanks.