Module chbs::component[][src]

Various Scheme components to define passphrase generation

These components are used in a Scheme to define how passphrases are generated. Components are used for providing a set of words, for combining words into a passphrase and for styling words and passphrases. These types are defined as trait, to allow implementing custom components in your own crate to extend passphrase generation functionallity.

The available component kind traits are defined in the traits module and are listed below:

The modules word and phrase contains various included components to use. For example, the WordCapitalizer component may be used to capitalize passphrase words as configured.

Modules

phrase

Passphrase related components

traits

Component kind traits

word

Passphrase word related components