live-binance 0.1.0

Binance public market data WebSocket streams. Plugs into the live-feed publisher SDK; data flow goes via lightstream's WebSocket-JSON pipeline.
Documentation
# live-binance

[live-feed](https://crates.io/crates/live-feed) publisher SDK hands
to [lightstream](https://crates.io/crates/lightstream)'s
WebSocket-JSON pipeline.

This is the first member of the
[live-connectors](https://crates.io/crates/live-connectors) 
and the reference for the connector pattern: a connector is a thin
config crate, that plugs it into the lightstream.

## Status

Early development.

## Usage rights

Users are responsible for compliance with Binance's market data
licensing. This crate is a client library: data flows from Binance
directly into the user's process, the same way `binance-rs` or any
other client library works. Operating a public service that
redistributes Binance data to third parties via these specs is a
separate matter and not covered by personal-use terms.

## License

Mozilla Public License 2.0 (MPL-2.0). See [LICENSE](LICENSE).