nix_
compat
0.1.0
Module de
Module Items
Modules
Structs
Traits
In nix_
compat::
wire
nix_compat
::
wire
Module
de
Copy item path
Source
Modules
ยง
bytes
๐
collections
๐
int
๐
reader
๐
Structs
ยง
NixReader
NixReader
Builder
Traits
ยง
Error
Like serde the
Error
trait allows
NixRead
implementations to add custom error handling for
NixDeserialize
.
NixDeserialize
A data structure that can be deserialized from the Nix daemon worker protocol.
NixRead
A reader of data from the Nix daemon protocol. Basically there are two basic types in the Nix daemon protocol u64 and a bytes buffer. Everything else is more or less built on top of these two types.