Rustlate

Really simple free google translate library for Rust.

Example Usage(s)

```rust use rustlate;

fn main() { println!("{:?}", rustlate::translate("hello", "en", "tr")); println!("{:?}", rustlate::translate("cat", "en", "tr")); } ```

```rust use rustlate;

fn main() { println!("{:?}", rustlate::translate_auto("hello", "en", "tr")); } ```

Found a bug? Got an error?

Contributing

If you want to contribute this project:

Authors

License

This project is distributed under MIT license.

Project status

Under development.