rust-translation
A simple Rust crate for text translation between languages.
Overview
rust-translation is a lightweight and easy-to-use Rust crate that simplifies the process of translating text into different languages using the Google Translate service.
Features
- Seamless translation of text into multiple languages.
- Support for translating to and from English.
- Simple and intuitive API.
Installation
Add rust-translation to your Cargo.toml file:
[]
= "0.1.0"
Usage
use ;
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.