#file #package #fifo #executable #manifest #set-gid #set-uid

simple-file-manifest

Interact with lists of files through a storage-agnostic interface

1 unstable release

0.11.0 Sep 18, 2022

#243 in Operating systems

Download history 4395/week @ 2023-06-11 3595/week @ 2023-06-18 3655/week @ 2023-06-25 3842/week @ 2023-07-02 4095/week @ 2023-07-09 3110/week @ 2023-07-16 3038/week @ 2023-07-23 3063/week @ 2023-07-30 2868/week @ 2023-08-06 2866/week @ 2023-08-13 4567/week @ 2023-08-20 4444/week @ 2023-08-27 3393/week @ 2023-09-03 3346/week @ 2023-09-10 3000/week @ 2023-09-17 4242/week @ 2023-09-24

14,419 downloads per month
Used in 23 crates (12 directly)

MIT/Apache

33KB
777 lines

simple-file-manifest

This crate provides a storage-agnostic interface for representing a collection of files. It allows you to build up lists of files, which are composed of a path name and content + metadata. The content can be backed by a referenced file or defined in memory.

No runtime deps