docs.rs failed to build radicle-artifact-node-0.15.1
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.
Visit the last successful build:
radicle-artifact-node-0.15.0
Seeding node for radicle artifacts.
Owns all blob I/O: the persistent iroh-blobs store, serving blobs to
peers, and fetching/exporting/HTTP downloads against that store. The
long-running daemon ([node::run]) listens on a Unix control socket;
the rad-artifact CLI (and other radicle-artifact-client users)
drive it over that socket. Long-running seeding is owned by [node];
the async fetch building blocks live in [fetch].