simple-file-manifest

Crates.iosimple-file-manifest
lib.rssimple-file-manifest
version0.11.0
sourcesrc
created_at2022-09-18 19:18:32.80113
updated_at2022-09-18 19:18:32.80113
descriptionInteract with lists of files through a storage-agnostic interface
homepagehttps://github.com/indygreg/simple-file-manifest-rs
repositoryhttps://github.com/indygreg/simple-file-manifest-rs.git
max_upload_size
id668764
size46,396
Gregory Szorc (indygreg)

documentation

README

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.

Commit count: 6548

cargo fmt