[][src]Crate tokio_xattr

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.

Functions

get

Get an extended attribute for the specified file.

list

List extended attributes attached to the specified file.

remove

Remove an extended attribute from the specified file.

set

Set an extended attribute on the specified file.