Module nar

Source

Modulesยง

copy ๐Ÿ”’
copy_async ๐Ÿ”’
listing
Parser for the Nix archive listing format, aka .ls.
reader
Parser for the Nix archive format, aka NAR.
wire ๐Ÿ”’
NAR wire format, without I/O details, since those differ between the synchronous and asynchronous implementations.
writer

Functionsยง

copy
Reads through the entire NAR, and writes it back to a writer. This verifies its syntactical correctness.
copy_async
Reads through the entire NAR, and writes it back to a writer. This verifies its syntactical correctness.