[][src]Module rusty_word_builder::settings

Enums

ConsonantCluster

Clusters represent single consonants and consonant clusters single consonants are automatically added, do not supply them manually All: create all possible cluster NoDouble: create all possible cluster but no same in a row (ex: no bb) OnlyGiven: only supplied clusters DisableGiven: All possible consonant clusters but exclude the given ones.

ConsonantClusterLength

Max cluster length

Diphthongs

Define which diphthongs should be generated All: create all possible combinations NoLong: All without long vowels OnlyGiven: only supplied diphthongs, DisableGiven: All without supplied ones

Glides

Define which glides should be generated All: U/W and I/Y/J glides for all vowels and diphthongs AllOnlyU: U/W glides for all vowels and diphthongs AllOnlyY: I/Y/J glides for all vowels and diphthongs

SyllableFormat
SyllableStructure

Define which syllables should be generated C also represents cluster V also represents diphthongs and glides All means CV, VC and CVC syllables

WriteOption