Constant xattr::SUPPORTED_PLATFORM[][src]

pub const SUPPORTED_PLATFORM: bool = true

A constant indicating whether or not the target platform is supported.

To make programmer's lives easier, this library builds on all platforms. However, all function calls on unsupported platforms will return io::Errors.

Note: If you would like compilation to simply fail on unsupported platforms, turn of the unsupported feature.