#word #dictionary #step #rusty

nightly step-dict

step through dictionary words

1 unstable release

0.1.0 Jul 6, 2022

#36 in #rusty

AGPL-3.0

1.5MB
52 lines

step-dict

Usage

use step_dict::Word;

for word in Word("rust")..Word("rusty") {
    println!("{}", word);
}

No runtime deps