hugues31 / coinnect

Coinnect is a Rust library aiming to provide a complete access to main crypto currencies exchanges via REST API.
MIT License
147 stars 43 forks source link

Move Pair and Currency to coinnect::types #32

Closed ainestal closed 7 years ago

ainestal commented 7 years ago

This is a proposal for moving the types Pair and Currency to coinnect::types. This will standarise how types are imported.

This is a breaking change since Pair and Currency are now in a different module.

Feedback appreciated.

hugues31 commented 7 years ago

Thank you :) I merge and bump the version