#file-path #list #content #package #metadata #collection #interface

simple-file-manifest

Interact with lists of files through a storage-agnostic interface

1 unstable release

0.11.0 Sep 18, 2022

#976 in Filesystem

Download history 8240/week @ 2024-11-07 8736/week @ 2024-11-14 9511/week @ 2024-11-21 10808/week @ 2024-11-28 10194/week @ 2024-12-05 8927/week @ 2024-12-12 9906/week @ 2024-12-19 7948/week @ 2024-12-26 9385/week @ 2025-01-02 9189/week @ 2025-01-09 8627/week @ 2025-01-16 8403/week @ 2025-01-23 7989/week @ 2025-01-30 8022/week @ 2025-02-06 6093/week @ 2025-02-13

23,480 downloads per month
Used in 32 crates (13 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