TextSynth
A (unofficial) Rust wrapper for the TextSynth API, a free (as of 01/21/22) text synthesization service.
# Preparation
You must have an API key in order to use this library.
In order to get an API key, you must create an account at [TextSynth].
After signing up and verifying your email address, you will be given an API key.
# Basic Usage
The most commonly used types and traits are in the `prelude`. Import them first:
```rust
use textsynth::prelude::*;
```
We now need to create a `TextSynth` instance. This is where we can create engines, explained further down below. Pass
the API key you got from the preparations to `TextSynth::new`.
```rust
let api_key = String::from("