Crate nix_remote

Source

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§

DerivedPath
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.
RealisationSet
A set of realisations.
StorePath
StorePathSet
A set of store paths.
StringSet
A set of strings.
ValidPathInfoWithPath

Enums§

Error

Type Aliases§

Result