1 unstable release

0.2.1-alpha.1 Aug 31, 2019

#6 in #xattr

MIT license

7KB
52 lines

tokio-xattr

A library for managing extented attributes (xattrs) asynchronously on modern Unix filesystems. It is written in the Rust programming language and it uses Tokio

MIT licensed

API Docs

License

This project is licensed under the MIT license.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Tokio by you, shall be licensed as MIT, without any additional terms or conditions.


lib.rs:

A pure-Rust library to manage extended attributes asynchronously.

It provides support for manipulating extended attributes (xattrs) on modern Unix filesystems. See the attr(5) manpage for more details.

This module uses tokio_threadpool to manage extended attributes asynchronously.

Dependencies

~2MB
~37K SLoC