Module nix_compat::wire::de
source ยท Modulesยง
- bytes ๐
- collections ๐
- int ๐
- reader ๐
Structsยง
Traitsยง
- Like serde the
Error
trait allowsNixRead
implementations to add custom error handling forNixDeserialize
. - A data structure that can be deserialized from the Nix daemon worker protocol.
- 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.