Skip to main content

Module websocket

Module websocket 

Source
Expand description

WebSocket stream-description TYPES (no transport / connection logic).

Only the pure type definitions live here — StreamKind, KlineInterval, StreamSpec, SupportLevel. The actual WS framework (transport, protocol, reconnect, topic registry) stays in the full digdigdig3 crate.

Re-exports§

pub use stream_kind::KlineInterval;
pub use stream_kind::StreamKind;
pub use stream_spec::StreamSpec;
pub use support_level::SupportLevel;

Modules§

stream_kind
StreamKind — typed enumeration of all known WebSocket stream kinds.
stream_spec
StreamSpec — internal subscription specification for UniversalWsTransport.
support_level
SupportLevel — describes what level of support a connector has for a given stream.