| Crates.io | fsquirrel |
| lib.rs | fsquirrel |
| version | 0.1.3 |
| created_at | 2025-06-20 22:12:25.613681+00 |
| updated_at | 2025-07-18 18:09:59.141324+00 |
| description | fsquirrel is a cross-platform get/set extended file attributes |
| homepage | |
| repository | https://github.com/finnbear/fsquirrel/ |
| max_upload_size | |
| id | 1720331 |
| size | 20,823 |
A small library for stashing custom extended attribute key-value pairs into file metadata, avoiding the need for sidecar files.
These attributes are may be preserved when files are copied to a compatible file system, but are always discarded in cases such as uploading to the internet. More specifically:
fs::copy can preserve them./usr/bin/cp --preserve=xattr can preserve them.On Unix (Android, Linux, MacOS, FreeBSD, NetBSD), this is a wrapper around xattr, hard-coded to the user. namespace.
On Windows, this uses NTFS Alternate Data Streams. It's not compatible with OS/2 exended attributes.
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.