An open API service indexing awesome lists of open source software.

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

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.