nash-io / openlimits

A Rust high performance cryptocurrency trading API with support for multiple exchanges and language wrappers.
http://openlimits.io
BSD 2-Clause "Simplified" License
278 stars 44 forks source link

Re-organize the code structure #182

Closed notdanilo closed 3 years ago

notdanilo commented 3 years ago

Some .rs file contains more than one objects. It would be easier to browse them if they were organized in different .rs files.

notdanilo commented 3 years ago

Examples:

use openlimits::exchanges::binance::Client;

use openlimits::AnyExchange;

use openlimits::prelude::*;