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
280 stars 44 forks source link

Reorganize the code structure and create documentation. #175

Closed notdanilo closed 3 years ago

notdanilo commented 3 years ago

We want to reorganize the code structure.

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

This is also a good opportunity to write docs for every object.