translators

translators is an async/sync library for Google Translator, Deepl (soon) with no API key and no limits. It also includes support for proxy.
Questions:
- There are no limits? Yes, I tested the translation of a book exceeding 1 million characters and uploaded the raw string into a single function without any issues.
- What translation services are supported? Supports Google Translate and will soon Deepl.
Features flags
google- add support google-translatetokio-async- add support async
Examples
1. Async example
use ;
async
Add to the dependency:
translators =
tokio =
2. Sync example
use ;
Add to the dependency:
translators =
3. Proxy example
use ;
Add to the dependency:
translators =
What's New in Version 0.1.2
- New feature flag "tokio-async"
- Asynchronous request paralleling
- Fixed the text slice
Additional Information
For more details, guides, and advanced usage, please refer to the examples and official documentation.