Crate narinfo

Source
Expand description

Parse the nix substituter(cache) related files.

Modules§

error

Structs§

NarInfo
Struct representing the narinfo file fetched from a nix substituter
Based on the unofficial spec and the libstore narinfo parsing code.
NixCacheInfo
Struct representing the nix-cache-info file fetched from a nix substituter, describing the substituter
Based on the unofficial spec and the libstore narinfo parsing code.
Sig
A signature of a nix narinfo file. Computed over the StorePath, NarHash, NarSize and References fields using the Ed25519 public-key signature system.