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.