Module de

Source

Modulesยง

bytes ๐Ÿ”’
collections ๐Ÿ”’
int ๐Ÿ”’
reader ๐Ÿ”’

Structsยง

NixReader
NixReaderBuilder

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.