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.

Rustup 1.20.0

217 pointsby pietroalbiniover 5 years ago

3 comments

ashton314over 5 years ago
I love the changes to the `rustup doc` command.<p>I first learned to program in Perl on a FreeBSD machine. (No GUI, mind you.) I had no way of browsing the internet, so my only source of documentation was via `perldoc`. Perl&#x27;s documentation was so good I didn&#x27;t ever need to go online.<p>Now, every time I encounter a new language, one of my favorite things is seeing the documentation available off-line, accessible via the command line. (Either directly from the terminal or opened in a browser.)<p>I&#x27;ve loved seeing the Rust community take documentation and error messages so seriously. It&#x27;s nice to see this level of care.
评论 #21258106 未加载
评论 #21257827 未加载
评论 #21257640 未加载
评论 #21264934 未加载
benschulzover 5 years ago
That updating the nightly toolchain gets more convenient is fantastic. It was oftentimes a struggle, especially when there was no build with all required components listed as present in the toolchain status history[1].<p>[1]: <a href="https:&#x2F;&#x2F;rust-lang.github.io&#x2F;rustup-components-history&#x2F;" rel="nofollow">https:&#x2F;&#x2F;rust-lang.github.io&#x2F;rustup-components-history&#x2F;</a>
skybrianover 5 years ago
&gt; Due to the large number of installed files<p>It sounds like the Rust distribution needs to use zip files more?
评论 #21260863 未加载