libretranslate-rs
A LibreTranslate API for Rust.
libretranslate = "0.1.8"
libretranslate-rs allows you to use open source machine translation in your projects through an easy to use API that connects to the official webpage.
Using it is fairly simple:
use ;
Output:
Portuguese: Olá Mundo!
English: Hello world!
Written with love, in Rust by Grant Handy.