//!
//! Provides an abstraction for object creation.
//!
//! ![abstract factory diagram][abstract-factory-diagram]
pub use Lambda;
/// This trait enables the abstraction of the
/// creation of objects.
/// Exposes [`AbstractFactory`] at the library level.