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:
sh
docker-compose run --rm lib
The default command is:
sh
cargo test -- --nocapture