Expand description

Parse the nix substituter(cache) related files.

Modules

Structs

Struct representing the narinfo file fetched from a nix substituter
Based on the unofficial spec and the libstore narinfo parsing code.

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.

A signature of a nix narinfo file. Computed over the StorePath, NarHash, NarSize and References fields using the Ed25519 public-key signature system.