mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[GH-ISSUE #8] File walking crates #1
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gsquire on GitHub (Apr 17, 2018).
Original GitHub issue: https://github.com/bootandy/dust/issues/8
Originally assigned to: @bootandy on GitHub.
I'm not sure if these crates will satisfy all the use cases in this application but they may be worth checking out.
@bootandy commented on GitHub (Apr 18, 2018):
Agree. Going to try using those libraries
@bootandy commented on GitHub (Apr 24, 2018):
Redesigned to use walkdir
https://github.com/bootandy/dust/pull/13