data-connectors-0.1.0 has been yanked.
data-connectors
Parent crate and workspace for the live-data ecosystem's connector library. Each connector exposes declarative source descriptors that the live-feed publisher SDK consumes — no transport or codec code per connector, just the URL, schema, and per-field decoding hints. The shared transport and decode pipeline lives in lightstream.
Connectors in this workspace
| Crate | Source |
|---|---|
live-binance |
Binance public market data WebSocket streams. |
Roadmap: live-coinbase, live-kraken, and additional public-feed
connectors follow the same declarative shape.
Usage
= { = "0.1", = ["binance"] }
Or depend on individual connector crates directly when you only need one source.
Companion crates
- data-signals — the publisher/consumer/types ecosystem these connectors plug into.
License
Mozilla Public License 2.0 (MPL-2.0). See LICENSE.