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
  • Coverage
  • 40.63%
    13 out of 32 items documented0 out of 11 items with examples
  • Size
  • Source code size: 31.62 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 535.2 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 11s Average build duration of successful builds.
  • all releases: 11s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • pbower

live-binance

live-feed publisher SDK hands to lightstream's WebSocket-JSON pipeline.

This is the first member of the 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.