logo
Expand description

Former - variation of builder pattern. Implementation of its runtime.

Module :: former_runtime

experimental rust-status docs.rs discord

Former - variation of builder pattern. Its runtime.

Not intended to be used without derive. This module and derive is aggregate in module::former is here.

To add to your project

cargo add former_runtime

Modules

Namespace with dependencies.

Exposed namespace of the module.

Prelude to use essentials: use my_module::prelude::*.

Own namespace of the module.

Structs

Class for forming hashmap-like fields.

Class for forming hashset-like fields.

Class for forming vector-like fields.

Traits

Trait HashMapLike adopter for HashMap-like containers.

Trait HashSetLike adopter for HashSet-like containers.

Trait VectorLike adopter for Vector-like containers.