nix_compat
0.1.0
Module async
Modules
Structs
Enums
Functions
Type Aliases
In nix_compat::nar::reader
Module
nix_compat
::
nar
::
reader
::
async
Copy item path
source
·
[
−
]
Modules
§
read
🔒
Structs
§
DirReader
A directory iterator, yielding a sequence of
Node
s. 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