Module archive
tvix_
castore
0.1.0
Module archive
Module Items
Structs
Enums
Functions
Type Aliases
In tvix_
castore::
import
Modules
archive
blobs
error
fs
Enums
IngestionEntry
IngestionError
Functions
ingest_entries
tvix_castore
::
import
Module
archive
Copy item path
Settings
Help
Summary
source
Expand description
Imports from an archive (tarballs)
Structs
§
Ingestion
Entry
Graph
🔒
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
§
TarPath
Buf
🔒