| Crates.io | oandars |
| lib.rs | oandars |
| version | 0.1.2 |
| created_at | 2017-06-29 23:51:37.240787+00 |
| updated_at | 2017-07-08 02:09:45.041549+00 |
| description | A wrapper for the Oanda Rest-v20 API |
| homepage | https://github.com/blankenshipz/oanda-rs |
| repository | https://github.com/blankenshipz/oanda-rs |
| max_upload_size | |
| id | 21280 |
| size | 40,531 |
oandars is a Rust wrapper for the oanda Rest-V20 API
This library does not yet implement all of the features of the oanda API, if a feature you're interested in is missing please feel free to open an issue
See the examples and the documentation for details.
This project uses docker and docker-compose with these tools installed you can run the test suite with:
docker-compose run --rm lib
The default command is:
cargo test -- --nocapture