ydcv-rs

Build Status

A rust version of ydcv.

How to build

Can use curl-rust (default) or hyper as HTTP client library.

To use curl-rust, which will have 21 dependencies, build with: bash cargo build

To use hyper, which will have 36 dependencies, build with: bash cargo build --no-default-features --features "hyper"

(Original) YouDao Console Version

Simple wrapper for Youdao online translate (Chinese <-> English) service API, as an alternative to the StarDict Console Version(sdcv).