docs.rs failed to build keetanetwork-client-0.2.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.
Async REST client for a KeetaNet node.
Provides [KeetaClient], a wrapper for assembling and transmitting
vote staples. The transport layer is generated at build time from
the committed OpenAPI document (openapi/keetanet-node.yaml) via
progenitor and exposed as the
[generated] module.
Example
use Arc;
use GenericAccount;
use AccountRef;
use KeetaClient;
# use create_ed25519_test_keys;
#
# async
no_std
The orchestrator ([KeetaClient]) is no_std+alloc: it is written
against the [Runtime] and [NodeTransport]/[TransportFactory] interfaces
and constructed with [KeetaClient::with_parts], so a no_std consumer
supplies its own executor and HTTP backend.