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.
- Client
Builder - Builder for a bounded public API client.
- Hyphae
Client - Reusable bounded client for Hyphae HTTP API version 1.
Enums§
- Client
Config Error - Invalid client configuration detected before any network operation.
- Client
Error - Transport, bound, envelope, or declared API failure.