Expand description
Wordlists
Re-exports§
pub use self::english::English;
pub use self::chinese_simplified::ChineseSimplified;
pub use super::chinese_traditional::ChineseTraditional;
pub use super::czech::Czech;
pub use super::french::French;
pub use super::italian::Italian;
pub use super::japanese::Japanese;
pub use super::korean::Korean;
pub use super::portuguese::Portuguese;
pub use super::spanish::Spanish;
Modules§
- chinese_
simplified - The Chinese (Simplified) wordlist
- chinese_
traditional - The Chinese (Traditional) wordlist
- czech
- The Czech wordlist
- english
- The English wordlist
- french
- The French wordlist
- italian
- The Italian wordlist
- japanese
- The Japanese wordlist
- korean
- The Korean wordlist
- portuguese
- The Portuguese wordlist
- spanish
- The Spanish wordlist
Enums§
- Wordlist
Error - The error type returned while interacting with wordists.
Traits§
- Wordlist
- The Wordlist trait that every language’s wordlist must implement.