# ctrader-rs
Asyncronous CTrader OpenAPI library implementation in rust.
[](./LICENSE)
[](https://crates.io/crates/ctrader-rs)
[](https://travis-ci.org/snapview/ctrader-rs)
[Documentation](https://docs.rs/ctrader-rs)
## Usage
Add this in your `Cargo.toml`:
```toml
[dependencies]
ctrader-rs = "*"
```
Take a look at the `examples/` directory for client and server examples. You may also want to get familiar with
[Tokio](https://github.com/tokio-rs/tokio) if you don't have any experience with it.
## What is ctrader-rs?
## Features