Docs.rs
  • nix-remote-0.1.1
    • nix-remote 0.1.1
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • jneem
    • Dependencies
      • anyhow ^1.0.66 normal
      • clap ^4.1.4 normal
      • num-derive ^0.3.3 normal
      • num-traits ^0.2.15 normal
      • serde ^1.0.151 normal
      • serde_bytes ^0.11.8 normal
      • tagged-serde ^0.1.0 normal
      • thiserror ^1.0.38 normal
    • Versions
    • 11.55% of the crate is documented
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

nix_remote0.1.1

Module worker_op

Module Items

  • Structs
  • Enums
  • Traits

In crate nix_remote

nix_remote

Module worker_op

Source
Expand description

Worker ops from the Nix protocol.

Structs§

AddBuildLog
AddMultipleToStore
AddSignatures
AddToStore
AddToStoreNar
BuildDerivation
BuildPaths
BuildResult
CollectGarbage
CollectGarbageResponse
Derivation
DerivationOutput
DerivationOutputMap
DrvOutputs
FindRootsResponse
Plain
QueryMissing
QueryMissingResponse
QueryPathInfoResponse
QueryValidPaths
Resp
A zero-sized marker type. Its job is to mark the expected response type for each worker op.
SetOptions
ValidPathInfo
VerifyStore
WithFramedSource

Enums§

BuildMode
BuildStatus
GcAction
Verbosity
WorkerOp
The worker ops of the nix protocol.

Traits§

Stream