Available on crate feature
client only.Expand description
NOMAD Protocol - Client Library
High-level API for NOMAD clients.
Structs§
- Bootstrap
Config - Bootstrap configuration.
- Bootstrap
Result - Result of a successful bootstrap.
- Client
Config - Client configuration.
- Client
Identity - Client identity containing the key pair.
- Nomad
Client - A NOMAD protocol client.
- Nomad
Client Builder - Builder for creating a
NomadClient. - Server
Info - Server information for connection.
- State
Receiver - Handle for receiving state updates from the server.
- State
Sender - Handle for sending state updates to the server.
Enums§
- Bootstrap
Error - Errors during bootstrap.
- Client
Error - Errors that can occur in the NOMAD client.
- Client
State - Internal client state.
Functions§
- prepare_
bootstrap - Perform client bootstrap.