wisespace-io / binance-rs

Rust Library for the Binance API
Other
649 stars 295 forks source link

Cleanup websocket #86

Closed ppamorim closed 3 years ago

ppamorim commented 3 years ago

Please do not review before #85 gets merged.

Massive simplification of the JSON parsing in the Websockets layer. The use of #[serde(untagged)]helped to simplify the decoder and also some functions were reduced substantially.