Crates.io | simple-file-manifest |
lib.rs | simple-file-manifest |
version | 0.11.0 |
source | src |
created_at | 2022-09-18 19:18:32.80113 |
updated_at | 2022-09-18 19:18:32.80113 |
description | Interact with lists of files through a storage-agnostic interface |
homepage | https://github.com/indygreg/simple-file-manifest-rs |
repository | https://github.com/indygreg/simple-file-manifest-rs.git |
max_upload_size | |
id | 668764 |
size | 46,396 |
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.