Crate word

Source
Expand description

§Wordlist

A collection of words for use in generating passphrases.

§Usage

use word::ALL;

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

Modules§

russian

Structs§

Word
A word in the language.

Constants§

ALL
All words.
NOUNS
Nouns.