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-27 08:03:56 +0300
committerAndrew Gallant <jamslam@gmail.com>2015-09-27 08:03:56 +0300
commit09b1f8a0872261e41df8f2f417ede22859144900 (patch)
tree4d9241b09aab2ddd27bb40f90d68a5391587d88b /README.md
parentdaf1ee1f24ac6b2313419e31177b652b5ef34b70 (diff)
tweak
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 92ba931..c8a9d40 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,9 @@
walkdir
=======
A cross platform Rust library for efficiently walking a directory recursively.
-Comes with support for following symbolic links, controlling the number of file
-descriptors and efficient mechanisms for pruning the entries in the directory
-tree.
+Comes with support for following symbolic links, controlling the number of
+open file descriptors and efficient mechanisms for pruning the entries in the
+directory tree.
[![Build status](https://api.travis-ci.org/BurntSushi/walkdir.png)](https://travis-ci.org/BurntSushi/walkdir)
[![](http://meritbadge.herokuapp.com/walkdir)](https://crates.io/crates/walkdir)