Module import

Source

Enums§

Error
NarIngestionError
Represents errors that can happen during nar ingestion.

Functions§

ingest_nar
Ingests the contents from a AsyncRead providing NAR into the snix store, interacting with a BlobService and DirectoryService. It returns the castore root node or an error.
ingest_nar_and_hash
Ingests the contents from a AsyncRead providing NAR into the snix store, interacting with a BlobService and DirectoryService. Returns the castore root node, as well as the sha256 and size of the NAR contents ingested.
produce_nar_inner 🔒