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 developer tools – status and strategy

66 pointsby rouma7over 10 years ago

1 comment

sanderjdover 10 years ago
Very useful collection! A few points:<p>- He doesn&#x27;t mention benchmarking, which is built into the testing capabilities of the compiler and is very nice to have.<p>- The only profiling tool I&#x27;ve had success with is Instruments, which I find harder to use in general than many of the alternatives, so I look forward to progress on this front.<p>- A good REPL would be <i>very</i> nice to have, for more than just &quot;programming in the small&quot; (but maybe that is what he meant by &quot;experimentation&quot;). There used to be one, but it had lots of issues, so it was understandably but lamentably killed.<p>- Cargo is already a <i>very</i> nice package manager. It feels like it has learned from many mistakes made by ruby, python, and node (though I think it resembles npm the most) and hasn&#x27;t been frustrating at all for me. Notably, I find the workflow much easier than go&#x27;s, despite its comparative youth. It is missing a central registry, but github serves the purpose decently at the moment.
评论 #8632347 未加载