9 breaking releases
0.10.0 | Aug 7, 2022 |
---|---|
0.9.0 | Jun 5, 2022 |
0.8.0 | Jun 5, 2022 |
0.7.0 | Mar 22, 2022 |
0.1.0 | Mar 4, 2021 |
#457 in Filesystem
1,922 downloads per month
Used in 9 crates
(3 directly)
33KB
777 lines
tugger-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.
tugger-file-manifest
is part of the Tugger application distribution tool
but exists as its own crate to facilitate code reuse for other tools
wishing to perform similar functionality. Tugger is part of the
PyOxidizer project and
this crate is developed in that repository.
While this crate is developed as part of a larger project, modifications to support its use outside of its primary use case are very much welcome!