1 unstable release
0.11.0 | Sep 18, 2022 |
---|
29,610 downloads per month
Used in 31 crates
(13 directly)
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.