Skip to main content

Module pipeline

Module pipeline 

Source
Expand description

Preprocessing pipeline — partitions, expands, and merges entries.

This module contains the core pipeline function that runs between directory walking and rule matching. It identifies preprocessor files, expands them, writes results to the datastore, checks for collisions, and produces virtual entries for the handler pipeline.

Structs§

PreprocessResult
The result of preprocessing a pack’s file entries.

Functions§

preprocess_pack
Run the preprocessing pipeline for a pack’s file entries.