From d007df2ca775db19692d85061997e0cb701eba85 Mon Sep 17 00:00:00 2001 From: Denis Kurilenko Date: Thu, 9 Feb 2017 20:14:33 +0300 Subject: [PATCH] add fs_extra --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 062fccf..854df96 100644 --- a/README.md +++ b/README.md @@ -568,7 +568,8 @@ See also [http://areweideyet.com/](http://areweideyet.com/) and [Rust and IDEs]( ### Filesystem [[filesystem](https://crates.io/keywords/filesystem)] - +* Operations + * [webdesus/fs_extra](https://github.com/webdesus/fs_extra) — expanding opportunities standard library std::fs and std::io [](https://travis-ci.org/webdesus/fs_extra) * Temporary Files * [rust-lang-nursery/tempdir](https://github.com/rust-lang-nursery/tempdir) — temporary directory library [](https://travis-ci.org/rust-lang-nursery/tempdir) * [Stebalien/tempfile](https://github.com/Stebalien/tempfile) — temporary file library [](https://travis-ci.org/Stebalien/tempfile)