docs.rs failed to build gen-cache-attic-0.1.7
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
gen-cache-attic — typed cache-probe layer for the gen engine.
The engine consults a [CacheClient] for every derivation before
triggering a build. A hit short-circuits the rebuild; a miss flows
into the local builder. The trait is the swap-in seam: today's
prime impl is [NoCacheClient] (always reports miss); the
production impl is [AtticClient] (HEAD-probes the substituter
URL). Future impls (cachix, R2, S3) drop in without touching the
engine.