Module nar
Source - 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
- 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.