Skip to content

API reference

The crate exposes a single fluent client (Client) and one per-analytic builder shape. Each builder is reached through the mode-scoped namespace (client.live(), plus the preview client.historical(start, end) and client.replay() accessors).

Entry points

SurfacePurpose
ClientThe thin client. connect, live, historical, replay.
Subscription builderPer-analytic fluent builder.
Historical builderPreview bounded [start, end] YYYYMMDD builder shape.
Replay scopePreview bounded replay builder shape.
*Tick / Tick*Output schemas.
ErrorsThe error taxonomy (LinkError).

Generated rustdoc

The full rustdoc is generated from the workspace:

bash
cargo doc --workspace --no-deps --locked

In production, this site embeds the rustdoc under /api/rustdoc/ once the GitHub Pages workflow is restored. Until then, treat the hand-curated reference pages as the authoritative public surface and run cargo doc locally for the full detail.

Proprietary. All rights reserved.