wisespace-io / binance-rs

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

Replace serde_derive by using 'derive' feature from serde directly #52

Closed TimvanScherpenzeel closed 4 years ago

TimvanScherpenzeel commented 4 years ago

Hi,

Thank you for the excellent library. I noticed you were using the serde_derive package. A relatively recent change allows you to use the derive from serde directly.

Kind regards,

Tim