Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/dask-58/rstranslate
- Owner: dask-58
- Created: 2024-12-23T13:09:12.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-01-28T05:27:44.000Z (9 days ago)
- Last Synced: 2025-01-28T06:25:25.036Z (9 days ago)
- Topics: api, rust, translate
- Language: Rust
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.rs37 directories, 757 files
```
Run the application```bash
cargo build
```and
```bash
cargo run
```
```