rust-translate
A simple Rust crate for text translation between languages.
Overview
rust-translate is a easy-to-use Rust crate that simplifies the process of translating text into different languages using the Google Translate API.
Features
- Seamless translation of text into multiple languages.
- Support for translating to and from English.
- Simple and intuitive API.
Installation
Add rust-translate and tokio to your Cargo.toml file:
[]
= "X.X.X"
= { = "1.0", = ["full"] }
Add the latest version of rust-translate with cargo add rust-translate.
Usage
use ;
use get_languages;
async
Contributing
Contributions are welcome! Feel free to open an issue or submit a pull request.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Crates.io
You can find this crate and the latest version on crates.io.