Skip to main content

Crate hyphae_client

Crate hyphae_client 

Source
Expand description

Bounded asynchronous Rust client for the public Hyphae HTTP API.

This crate depends only on public wire contracts. It does not import the server, engine, storage, query, or retrieval implementations.

Structs§

ApiFailure
Stable server-declared error received from /v1.
ApiResponse
Successful typed API value and its response correlation identifier.
ClientBuilder
Builder for a bounded public API client.
HyphaeClient
Reusable bounded client for Hyphae HTTP API version 1.

Enums§

ClientConfigError
Invalid client configuration detected before any network operation.
ClientError
Transport, bound, envelope, or declared API failure.