gtts 0.1.0

This is a very small crate using google text to speech (GTTS).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# gtts

This is a very small crate using google text to speech (GTTS).
It requires an Internet connection.

## Example

```rust
save_to_file("Hello world!", "test");
```

License: MIT