2 releases

new 0.0.1 Feb 3, 2025
0.0.0 Jun 17, 2024

#16 in #russian

Download history 1/week @ 2024-12-11 64/week @ 2025-01-29

64 downloads per month

MIT license

7KB
158 lines

word

Word dictionary library.

Supported languages

  • Russian

License

Licensed under the MIT license.


lib.rs:

Wordlist

A collection of words for use in generating passphrases.

Usage

use word::ALL;

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

No runtime deps

Features