step-dict 0.1.0

step through dictionary words
Documentation

step-dict

Usage

use step_dict::Word;

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