Import walkdir 2.3.3 upstream upstream/2.3.3
authorWoohyun Jung <wh0705.jung@samsung.com>
Fri, 17 Mar 2023 04:40:02 +0000 (13:40 +0900)
committerWoohyun Jung <wh0705.jung@samsung.com>
Fri, 17 Mar 2023 04:40:02 +0000 (13:40 +0900)
commit05c33ae05d7dd40625e76ccff906f8c66824b614
treecf8bbdd41f4b75b36fa8341343d2d83623f34985
Import walkdir 2.3.3
19 files changed:
.cargo_vcs_info.json [new file with mode: 0644]
.github/workflows/ci.yml [new file with mode: 0644]
.gitignore [new file with mode: 0644]
COPYING [new file with mode: 0644]
Cargo.toml [new file with mode: 0644]
Cargo.toml.orig [new file with mode: 0644]
LICENSE-MIT [new file with mode: 0644]
README.md [new file with mode: 0644]
UNLICENSE [new file with mode: 0644]
compare/nftw.c [new file with mode: 0644]
compare/walk.py [new file with mode: 0644]
rustfmt.toml [new file with mode: 0644]
src/dent.rs [new file with mode: 0644]
src/error.rs [new file with mode: 0644]
src/lib.rs [new file with mode: 0644]
src/tests/mod.rs [new file with mode: 0644]
src/tests/recursive.rs [new file with mode: 0644]
src/tests/util.rs [new file with mode: 0644]
src/util.rs [new file with mode: 0644]