From 95dcbec9f3753684b6a32e13723b31f7e1eb2c9e Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Thu, 29 Sep 2016 15:53:26 -0700 Subject: [PATCH] Add xattr to the filesystem section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5f44180..4880e00 100644 --- a/README.md +++ b/README.md @@ -500,6 +500,7 @@ See also [http://areweideyet.com/](http://areweideyet.com/) and [Rust and IDEs]( * 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) + * [Stebalien/xattr](https://github.com/Stebalien/xattr) [[xattr](https://crates.io/crates/xattr)] — list and manipulate unix extended file attributes [](https://travis-ci.org/Stebalien/xattr) ### Game development