Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/walkdir.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2015-09-18 01:40:28 +0300
committerAndrew Gallant <jamslam@gmail.com>2015-09-18 01:40:28 +0300
commit688f267f75ee705429065e5d55e565b925e2e6c5 (patch)
tree51046a511d4addd909f3741a1f3c0306016a6aae /README.md
initial commit
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..eea52ef
--- /dev/null
+++ b/README.md
@@ -0,0 +1,6 @@
+walkdir
+=======
+
+A Rust library for efficiently walking a directory recursively.
+
+This is a work in progress and is (hopefully) destined for `std::fs`.