tree: 29d6818da438b6c8df1a121e8597dde3159ec9c7 [path history] [tgz]
  1. src/
  2. tests/
  3. .cargo-checksum.json
  4. Cargo.toml
  5. LICENSE-APACHE
  6. LICENSE-MIT
  7. README.md
third_party/rust_crates/vendor/xattr/README.md

xattr

Build Status

A small library for setting, getting, and listing extended attributes.

Supported Platforms: Linux, MacOS, FreeBSD, and NetBSD.

API Documentation: https://stebalien.github.com/xattr/xattr/

Unsupported Platforms

This library includes no-op support for unsupported platforms. That is, it will build on all platforms but always fail on unsupported platforms.

  1. You can turn this off by disabling the default unsupported feature. If you do so, this library will fail to compile on unsupported platforms.
  2. Alternatively, you can detect unsupported platforms at runtime by checking the xattr::SUPPORTED_PLATFORM boolean.