Crate translators

Source
Expand description

translators is an async/sync, thread-safe library for Google Translator with no API key and no limits. It also includes support for proxy.

Examples of usage in the repository.

§Feature flags

  • all
  • tokio-async - for enable async features
  • google - for enable google-translate

Structs§

GoogleTranslator
Google Translate.

Enums§

Error

Traits§

Translator