Expand description
Tools to build custom Pipeline
s 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
. - Filter
List Type - The type of filter list to use.
- Filter
Rule - 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.