# Functions
MinLength configures a minimum length for generated passwords.
NewGenerator will create a Generator which can generate passwords.
Numbers configures the exact amount of numbers in generated passwords.
SpecialChars configures the exact amount of special characters in generated passwords.
Swap configures if vowels should be swapped with numbers.
# Structs
Generator can generate passwords with a given configuration passed via functional Options in its constructor.
# Type aliases
Option is the functional option type to allow variadic and generic configration of generators.