Module utils

Source
Expand description

Tools to build custom Pipelines that aren’t already provided.

Using the tools here to build custom Pipelines can help keep your pipelines more consistent, and easier to use for others.

Enums§

Filter
A filter to determine if a file or path should be added to the Pipeline.
FilterListType
The type of filter list to use.
FilterRule
A rule on how to match a file or path

Functions§

watch_path
Makes Cargo re-run build script if path has changed since last build.