simple-file-manifest

Interact with lists of files through a storage-agnostic interface

1 unstable release

0.11.0 Sep 18, 2022
Download history 6955/week @ 2024-06-18 6556/week @ 2024-06-25 7492/week @ 2024-07-02 6838/week @ 2024-07-09 7100/week @ 2024-07-16 6891/week @ 2024-07-23 7955/week @ 2024-07-30 8641/week @ 2024-08-06 8722/week @ 2024-08-13 7212/week @ 2024-08-20 7930/week @ 2024-08-27 8870/week @ 2024-09-03 7558/week @ 2024-09-10 7011/week @ 2024-09-17 7366/week @ 2024-09-24 6522/week @ 2024-10-01

29,610 downloads per month
Used in 31 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