https://github.com/replit/ztoc-rs
SOCI ztoc index builder
https://github.com/replit/ztoc-rs
Last synced: 10 months ago
JSON representation
SOCI ztoc index builder
- Host: GitHub
- URL: https://github.com/replit/ztoc-rs
- Owner: replit
- License: apache-2.0
- Created: 2023-03-13T01:36:12.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-12T21:56:48.000Z (over 1 year ago)
- Last Synced: 2025-04-06T18:09:48.944Z (10 months ago)
- Language: Rust
- Size: 26.7 MB
- Stars: 6
- Watchers: 28
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ztoc-rs
`ztoc-rs` generates gzip table of contents (ztoc) from `.tar.gz` files. This is for use with the
[soci-snapshotter](https://github.com/awslabs/soci-snapshotter) which allows lazily pulling OCI images without
modifying images themselves.
This is a reimplementation of ztoc generation from soci-snapshotter that does not require multiple intermediate
temp files.