This is a simple CLI application that translates text from English to Spanish using the Google Translate API.
- Can be changed to translate text from any language to other Read More.
├── Cargo.lock
├── Cargo.toml
├── README.md
├── src
└── main.rs
37 directories, 757 files
Run the application
cargo build
and
cargo run