Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/farseerfc/ydcv-rs
A rust version of https://github.com/felixonmars/ydcv/ .
https://github.com/farseerfc/ydcv-rs
rust ydcv
Last synced: 7 days ago
JSON representation
A rust version of https://github.com/felixonmars/ydcv/ .
- Host: GitHub
- URL: https://github.com/farseerfc/ydcv-rs
- Owner: farseerfc
- License: gpl-2.0
- Created: 2015-06-24T13:44:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-02-03T17:01:23.000Z (9 months ago)
- Last Synced: 2024-07-10T22:29:39.752Z (4 months ago)
- Topics: rust, ydcv
- Language: Rust
- Homepage:
- Size: 345 KB
- Stars: 112
- Watchers: 6
- Forks: 22
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ydcv-rs
[![Build Status](https://travis-ci.org/farseerfc/ydcv-rs.svg)](https://travis-ci.org/farseerfc/ydcv-rs)
A rust version of [ydcv](https://github.com/felixonmars/ydcv/).
# How to build
```bash
cargo build
```# (Original) YouDao Console Version
Simple wrapper for Youdao online translate (Chinese <-> English) service [API](http://fanyi.youdao.com/openapi?path=data-mode), as an alternative to the StarDict Console Version(sdcv).
# License
GPL-2.0