A Rust version of zdict.
console
cargo install --git https://github.com/zdict/rust-zdict
``` zdict
USAGE:
zd [FLAGS] [OPTIONS]
ARGS:
FLAGS: -d, --disable-db-cache Temporarily not using the result from db cache. (still save the result into db) -h, --help Print help information --show-provider Show dictionary provider --show-url Show URL -v, --verbose Use verbose output -V, --version Print version information
OPTIONS:
--dict
SUBCOMMANDS: dicts Show currently supported dictionaries ```