wdict 0.1.1

Create dictionaries by scraping webpages.
wdict-0.1.1 is not a library.
Visit the last successful build: wdict-0.1.22

wdict

Create dictionaries by scraping webpages.

Take it for a spin

# build with nix and run the result
nix build .#
./result/bin/wdict --help

# just run it directly
nix run .# -- --help

# run it without cloning
nix run github:pyqlsa/wdict -- --help

# using a dev shell
nix develop .#
cargo build
./target/debug/wdict --help

# ...or a release version
cargo build --release
./target/release/wdict --help