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.

A better `ls` in Rust

5 pointsby selbekkover 1 year ago

3 comments

tmtvlover 1 year ago
So if I understand it correctly:<p>- It&#x27;s not actually better than <i>ls</i>:<p>&gt; <i>ignoring the permissions and author of the files (because who cares about those)</i><p>- Most of the heavy lifting is done by <i>walkdir</i>.<p>A better title may have been &quot;The walkdir crate is awesome&quot;.
评论 #38516288 未加载
meepmorpover 1 year ago
Better (as long as you ignore all the missing features) and only 100 lines (as long as you don&#x27;t include the 3rd party libraries that do the heavy lifting).
taconeover 1 year ago
I don&#x27;t get the negativity, looks like a self ironic Rust tutorial to me, which may be quite useful to Rust beginners.