Expand description
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.
Structs§
- XAttrs
- An iterator over a set of extended attributes names.