Skip to content

Use the `walkdir` crate for directory traversal

Tim Ekl requested to merge walkdir into master

This is way more efficient than building our own tree in memory. (Some of the efficiency might come from the transition to a directory stack instead of a full tree, but I'll still take it.)

Merge request reports