Re-exports§
pub use serialize::NixReadExt;
pub use serialize::NixWriteExt;
Modules§
- framed_
data - Framed data, for streaming large blobs.
- nar
- The Nar archive format.
- serialize
- Serialization and deserialization for the nix remote protocol.
- stderr
- Log messages from the nix daemon.
- worker_
op - Worker ops from the Nix protocol.
Structs§
- Derived
Path - NarHash
- A nar hash.
- NixProxy
- A proxy to the nix daemon.
- NixRead
- A wrapper around a
std::io::Read
, adding support for the nix wire format. - NixString
- A string from nix.
- NixWrite
- A wrapper around a
std::io::Write
, adding support for the nix wire format. - Path
- PathSet
- A set of paths.
- Realisation
- A realisation.
- Realisation
Set - A set of realisations.
- Store
Path - Store
Path Set - A set of store paths.
- String
Set - A set of strings.
- Valid
Path Info With Path