Really simple free google translate library for Rust.
```rust use rustlate;
fn main() { println!("{:?}", rustlate::translate("hello", "en", "tr")); println!("{:?}", rustlate::translate("cat", "en", "tr")); } ```
If you want to contribute this project:
This project is distributed under MIT license.
Under development.