Skip to main content
Module renderer
snix_
store
0.1.0
Module renderer
Module Items
Structs
Functions
In snix_
store::
nar
snix_store
::
nar
Module
renderer
Copy item path
Source
Structs
§
Simple
Renderer
Functions
§
calculate_
size_
and_
sha256
Invoke
write_nar
, and return the size and sha256 digest of the produced NAR output.
walk_
node
🔒
Process an intermediate node in the structure. This consumes the node.
write_
nar
Accepts a
Node
pointing to the root of a (store) path, and uses the passed blob_service and directory_service to perform the necessary lookups as it traverses the structure. The contents in NAR serialization are writen to the passed
AsyncWrite
.