A rust version of ydcv.
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"
Simple wrapper for Youdao online translate (Chinese <-> English) service API, as an alternative to the StarDict Console Version(sdcv).