Text To Speech module for Rust
Simple Text to Speech module for rust
Can be used for bots, websites etc.
Made with 
Module available at -
Example
Cargo.toml
Add this to your cargo.toml file:
# [dependencies]
= "LATEST_VERSION"
Replace LATEST_VERSION with the newest version of tts_rust
main.rs
use text_speech;
Thanks! :smile:
This repo is licensed under MIT license.