mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-22 20:03:07 +00:00
add fs_extra
This commit is contained in:
parent
9c354a81d9
commit
d007df2ca7
1 changed files with 2 additions and 1 deletions
|
@ -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 [<img src="https://travis-ci.org/webdesus/fs_extra.svg?branch=master">](https://travis-ci.org/webdesus/fs_extra)
|
||||
* Temporary Files
|
||||
* [rust-lang-nursery/tempdir](https://github.com/rust-lang-nursery/tempdir) — temporary directory library [<img src="https://travis-ci.org/rust-lang-nursery/tempdir.svg?branch=master">](https://travis-ci.org/rust-lang-nursery/tempdir)
|
||||
* [Stebalien/tempfile](https://github.com/Stebalien/tempfile) — temporary file library [<img src="https://travis-ci.org/Stebalien/tempfile.svg?branch=master">](https://travis-ci.org/Stebalien/tempfile)
|
||||
|
|
Loading…
Reference in a new issue