Modules

The NAR decoder: create one with Decoder::new, and then call Decoder::entries to iterate through the files in the archive.

The NAR encoder: create one with Encoder::new, then treat it as a std::io::Read instance. For instance, you can std::io::copy it to a file.