#package #file #interface #lists #path #manifest #content

simple-file-manifest

Interact with lists of files through a storage-agnostic interface

1 unstable release

0.11.0 Sep 18, 2022

#1207 in Data structures

Download history 3258/week @ 2023-11-20 2892/week @ 2023-11-27 2661/week @ 2023-12-04 2939/week @ 2023-12-11 3155/week @ 2023-12-18 5116/week @ 2023-12-25 3473/week @ 2024-01-01 3378/week @ 2024-01-08 2949/week @ 2024-01-15 2928/week @ 2024-01-22 2725/week @ 2024-01-29 2665/week @ 2024-02-05 2534/week @ 2024-02-12 3309/week @ 2024-02-19 5055/week @ 2024-02-26 3972/week @ 2024-03-04

15,162 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