Crate xattr [−] [src]
Manage extended attributes.
Note: This library does not follow symlinks.
Structs
| UnsupportedPlatformError |
The error type returned on unsupported platforms. |
| XAttrs |
Constants
| SUPPORTED_PLATFORM |
A constant indicating whether or not the target platform is supported. |
Traits
| FileExt |
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. |