Enums§
- Error
- NarIngestion
Error - 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