Module chbs::config[][src]

Provided structures to easily configure passphrase generation schemes

This module contains various configuration structures that allow easy configuring of a Scheme used to define how passphrases are generated.

These predefined configuration structures use a predefined set of components and support configurability through struct fields. All configuration strucutres have a matching builder to use if you prefer to use the builder pattern.

The most basic configuration structure provides is BasicConfig, see it's documentation for information on how to use it and for some examples.

Structs

BasicConfig

A simple passphrase configuration struct.

BasicConfigBuilder

Builder for BasicConfig.