Module async

Source

Modules§

read 🔒

Structs§

DirReader
A directory iterator, yielding a sequence of Nodes. It must be fully consumed before reading further from the DirReader that produced it, if any.
Entry
FileReader
File contents, readable through the AsyncRead trait.

Enums§

Node

Functions§

open
Start reading a NAR file from reader.

Type Aliases§

Reader