Module nix_compat::nar::reader
source · Expand description
Parser for the Nix archive format, aka NAR.
NAR files (and their hashed representations) are used in C++ Nix for a variety of things, including addressing fixed-output derivations and transferring store paths between Nix stores.
Modules§
- read 🔒Helpers for reading crate::nar::wire format.
Macros§
Structs§
- File contents, readable through the Read trait.
Enums§
- We use a stack of statuses to:
Functions§
- Start reading a NAR file from
reader
.