Expand description
Composition — combine multiple patterns and fill gaps.
Re-exports§
pub use adapter::AdapterGenerator;pub use composer::PatternComposer;pub use gap_filler::GapFiller;pub use weaver::IntegrationWeaver;
Modules§
- adapter
- AdapterGenerator — generates adapters between patterns.
- composer
- PatternComposer — composes multiple patterns into a single output.
- gap_
filler - GapFiller — fills gaps between composed patterns.
- weaver
- IntegrationWeaver — weaves patterns together with proper integration.