TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

RUST: LET’S GET IT STARTED

3 pointsby dumindunuwanover 7 years ago

2 comments

iamthirstyover 7 years ago
Please follow the first rule of the submission guidelines: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;newsguidelines.html" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;newsguidelines.html</a>
评论 #15841009 未加载
dumindunuwanover 7 years ago
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 &amp; 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.