Crates.io | xattr |
lib.rs | xattr |
version | 1.3.1 |
source | src |
created_at | 2015-07-10 16:09:41.699659 |
updated_at | 2024-01-15 02:57:26.058348 |
description | unix extended filesystem attributes |
homepage | |
repository | https://github.com/Stebalien/xattr |
max_upload_size | |
id | 2576 |
size | 46,029 |
A small library for setting, getting, and listing extended attributes.
Supported Platforms: Android, Linux, MacOS, FreeBSD, and NetBSD.
API Documentation: https://docs.rs/xattr/latest/xattr/
This library includes no-op support for unsupported Unix platforms. That is, it will build on all Unix platforms but always fail on unsupported Unix platforms.
unsupported
feature. If you
do so, this library will fail to compile on unsupported platforms.xattr::SUPPORTED_PLATFORM
boolean.