A Rust high performance cryptocurrency trading API with support for multiple exchanges and language wrappers.
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
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.