#package #file #interface #list #manifest #path #content

simple-file-manifest

Interact with lists of files through a storage-agnostic interface

1 unstable release

0.11.0 Sep 18, 2022

#1489 in Data structures

Download history 3085/week @ 2024-01-12 2861/week @ 2024-01-19 3011/week @ 2024-01-26 2592/week @ 2024-02-02 2592/week @ 2024-02-09 2897/week @ 2024-02-16 4815/week @ 2024-02-23 4284/week @ 2024-03-01 3435/week @ 2024-03-08 3620/week @ 2024-03-15 7382/week @ 2024-03-22 7305/week @ 2024-03-29 5903/week @ 2024-04-05 7341/week @ 2024-04-12 6676/week @ 2024-04-19 7049/week @ 2024-04-26

27,978 downloads per month
Used in 28 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