ibm-watson 0.1.0

API for IBM Watson
Documentation
# Unofficial Rust bindings for IBM Watson

![Crates.io](https://img.shields.io/crates/v/ibm-watson?style=for-the-badge) ![docs.rs](https://img.shields.io/docsrs/ibm-watson?style=for-the-badge)

This crate is in active development. If a feature you want has not been implemented, please check again later. If you have the time, your contributions would be very welcomed.

## Services

### Text to Speech
> Speech synthesis, pronunciation, voice information.

#### Examples
```sh
cargo run --example tts_voices
```

## Usage
```toml
[dependencies]
ibm-watson = "0.1"
```

## License
![Crates.io](https://img.shields.io/crates/l/ibm-watson?style=for-the-badge)