#word #dictionary #step #rusty

nightly step-dict

逐个查看字典单词

1 个不稳定版本

0.1.0 2022年7月6日

#35#rusty

AGPL-3.0

1.5MB
52 行代码(不包括注释)

step-dict

用法

use step_dict::Word;

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

无运行时依赖