[][src]Module chbs::scheme

Generation scheme module to define how to generate passphrases

This module defines the Scheme type, with a corresponding build if that pattern is desired.

As both provided and custom structures may produce a Scheme for passphrase generation, the ToScheme trait is used for a generic way of doing this.

Structs

Scheme

A passphrase generation scheme.

SchemeBuilder

Builder for Scheme.

Traits

ToScheme

A trait providing an interface to build a password scheme based on some sort of configuration.