#package #interface #abstraction

simple-file-manifest

Interact with lists of files through a storage-agnostic interface

1 unstable release

0.11.0 Sep 18, 2022

#700 in Filesystem

Download history 10039/week @ 2024-12-04 9314/week @ 2024-12-11 10177/week @ 2024-12-18 8037/week @ 2024-12-25 9098/week @ 2025-01-01 9081/week @ 2025-01-08 8528/week @ 2025-01-15 8480/week @ 2025-01-22 8026/week @ 2025-01-29 7882/week @ 2025-02-05 8727/week @ 2025-02-12 11460/week @ 2025-02-19 9419/week @ 2025-02-26 8533/week @ 2025-03-05 8899/week @ 2025-03-12 6704/week @ 2025-03-19

35,416 downloads per month
Used in 32 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