Expand description

step-dict

Usage

use step_dict::Word;

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

Structs

A word in the dictionary.