#word #russian #word-list

word

Word dictionary library

2 releases

0.0.1 Feb 3, 2025
0.0.0 Jun 17, 2024

#11 in #russian

Download history 1/week @ 2024-12-09 121/week @ 2025-02-03 5/week @ 2025-02-10 6/week @ 2025-02-17

149 downloads per month

MIT license

7KB
158 lines

Wordlist

A collection of words for use in generating passphrases.

Usage

use word::ALL;

for word in ALL {
   println!("{}", word.word);
}

word

Word dictionary library.

Supported languages

  • Russian

License

Licensed under the MIT license.

No runtime deps

Features