Popularity
2.4
Stable
Activity
5.5
-
63
2
20
Programming language: Rust
License: Apache License 2.0
Latest version: v0.2.2
xattr alternatives and similar packages
Based on the "Temporary Files" category.
Alternatively, view xattr alternatives based on common mentions on social networks and blogs.
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
Promo
coderabbit.ai

Do you think we are missing an alternative of xattr or a related project?
Popular Comparisons
README
xattr
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.
- You can turn this off by disabling the default
unsupported
feature. If you do so, this library will fail to compile on unsupported platforms. - Alternatively, you can detect unsupported platforms at runtime by checking
the
xattr::SUPPORTED_PLATFORM
boolean.