ctrader-rs 0.1.0

An OpenAPI implementation library written in rust.
# ctrader-rs


Asyncronous CTrader OpenAPI  library implementation in rust.

[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
[![Crates.io](https://img.shields.io/crates/v/ctrader-rs.svg?maxAge=2592000)](https://crates.io/crates/ctrader-rs)
[![Build Status](https://travis-ci.org/snapview/tokio-tungstenite.svg?branch=master)](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