Module archive

Source
Expand description

Imports from an archive (tarballs)

Structs§

IngestionEntryGraph 🔒
Keep track of the directory structure of a file tree being ingested. This is used for ingestion sources which do not provide any ordering or uniqueness guarantees like tarballs.

Enums§

Error

Functions§

ingest_archive
Ingests elements from the given tar Archive into a the passed BlobService and DirectoryService.

Type Aliases§

TarPathBuf 🔒