https://github.com/indygreg/simple-file-manifest-rs
A Rust crate providing a simple/virtual file manifest abstraction
https://github.com/indygreg/simple-file-manifest-rs
Last synced: about 1 year ago
JSON representation
A Rust crate providing a simple/virtual file manifest abstraction
- Host: GitHub
- URL: https://github.com/indygreg/simple-file-manifest-rs
- Owner: indygreg
- License: apache-2.0
- Created: 2022-09-18T19:11:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-18T19:18:26.000Z (over 3 years ago)
- Last Synced: 2024-05-01T22:46:33.412Z (about 2 years ago)
- Language: Rust
- Size: 11.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE-APACHE
Awesome Lists containing this project
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.