simple dictionary cmd tool with rust.
git clone https://github.com/QingCold/rdct.git
you can easily install this cmd tool with cargo install --path .
or you can build this project with
cargo build --release
then you can find the binary file in
'target/release'.
you only need rdct <your_word>
if you install this
tool correctly.