So if I understand it correctly:<p>- It's not actually better than <i>ls</i>:<p>> <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 "The walkdir crate is awesome".
Better (as long as you ignore all the missing features) and only 100 lines (as long as you don't include the 3rd party libraries that do the heavy lifting).