coinnect 0.2.0

A Rust library to connect to various crypto-currencies exchanges.
Documentation
1
2
3
4
5
6
7
8
TODO
====

- [ ] Ignore tests that require api keys if no config_name was found
- [ ] Add tests for Poloniex and Kraken
- [ ] Implement two-factor auth for supported exchanges
- [ ] Add links to the documentation (Kraken use external links for example)
- [ ] Remove .clone() for params in Kraken & Poloniex