Closed notdanilo closed 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.
Examples:
use openlimits::exchanges::binance::Client; use openlimits::AnyExchange; use openlimits::prelude::*;
Some .rs file contains more than one objects. It would be easier to browse them if they were organized in different .rs files.