生成随机英文单词
由 alenandry 编写。 拥有者 zinso.
1399 在 开发工具
59 每月下载次数在 project-creator 中使用
24KB 1K SLoC
[dependencies] rand_word = "*"
let words_0 = rand_word::new(20); // generate 20 random words println!("{:?}", words_0);
~305KB