Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dask-58/rstranslate

Translate Text (TopCoder submission)
https://github.com/dask-58/rstranslate

api rust translate

Last synced: 8 days ago
JSON representation

Translate Text (TopCoder submission)

Awesome Lists containing this project

README

        

# Translation App (TopCoder Submission)

This is a simple CLI application that translates text from **lang1** to **lang2** using the Google Translate API.

## Features

- Can be changed to translate text from any language to other [Read More](https://cloud.google.com/translate/docs/languages).

## File Structure

```
├── Cargo.lock
├── Cargo.toml
├── README.md
├── src
└── main.rs

37 directories, 757 files

```
Run the application

```bash
cargo build
```

and

```bash
cargo run
```
```