docs.rs failed to build neptune-rpc-api-0.14.0
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:
neptune-rpc-api-0.0.0
The Neptune JSON-RPC API contract.
This crate holds the client-facing surface of the node's JSON-RPC: the
RpcApi trait plus the Rpc* data-transfer model types.
It is node-independent — it depends only on the shared library crates, not on
neptune-core — so clients (and the RPC client crate) can speak the API
without pulling in the whole node. The node implements the server side.