You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not specifically; I had originally created this library as a way of doing testing; you could have a fixture with the directories you planned on creating, run the tests, and diff them. I'm open to whatever though. Adding you as a collaborator right now!
I've got my own home grown tool for diffing directories but I'd much have a reusable crate.
API Ideas:
LeftExists
,RightExists
,BothExist(Option<Difference>)
diff_dir_list(path, path)
provides an iterator of(path, enum(None))
diff_dir(path, path)
provides an iterator of(path, enum)
difference
like [assert_cli
](assert_dir_eq!
panic
on first failure or summarize the all differences)The text was updated successfully, but these errors were encountered: