Skip to main content

set_metadata_batch

Function set_metadata_batch 

Source
pub fn set_metadata_batch(path: &Path, entries: &[(&str, &[u8])]) -> Result<()>
Expand description

Write multiple metadata keys. Uses xattr per-key (kernel can’t batch), but avoids sidecar entirely unless xattr is unsupported.