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

simple-file-manifest

Interact with lists of files through a storage-agnostic interface

1 unstable release

0.11.0 Sep 18, 2022

#809 in Filesystem

Download history 6957/week @ 2024-07-21 7496/week @ 2024-07-28 8574/week @ 2024-08-04 8872/week @ 2024-08-11 7319/week @ 2024-08-18 8082/week @ 2024-08-25 8795/week @ 2024-09-01 7623/week @ 2024-09-08 6844/week @ 2024-09-15 7619/week @ 2024-09-22 7511/week @ 2024-09-29 7796/week @ 2024-10-06 8910/week @ 2024-10-13 8800/week @ 2024-10-20 7660/week @ 2024-10-27 7740/week @ 2024-11-03

33,929 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