watchexec/crates/filterer/ignore
github-actions[bot] c46187f92d
release: project-origins v1.1.1 (#408)
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Félix Saparelli <felix@passcod.name>
2022-09-07 03:29:23 +00:00
..
src Polish up filterer crates for release (#331) 2022-06-22 23:48:46 +00:00
tests Split into more crates (#307) 2022-06-15 03:25:05 +00:00
Cargo.toml release: project-origins v1.1.1 (#408) 2022-09-07 03:29:23 +00:00
CHANGELOG.md release: filterer-ignore v1.0.0 (#333) 2022-06-23 00:40:59 +00:00
README.md Update Notify to stable (#384) 2022-09-02 09:12:47 +00:00
release.toml Split into more crates (#307) 2022-06-15 03:25:05 +00:00

Crates.io page API Docs Crate license: Apache 2.0 CI status

Watchexec filterer: ignore

(Sub)filterer implementation for ignore files.

  • API documentation.
  • Licensed under Apache 2.0.
  • Minimum Supported Rust Version: 1.60.0 (incurs a minor semver bump).
  • Status: maintained.

This is mostly a thin layer above the ignore-files crate, and is meant to be used as part of another more general filterer. However, there's nothing wrong with using it directly if all that's needed is to handle ignore files.