watchexec/crates/filterer/ignore
Félix Saparelli 6c3cb476a8 Polish up filterer crates for release (#331) 2022-06-22 23:48:46 +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
CHANGELOG.md Split into more crates (#307) 2022-06-15 03:25:05 +00:00
Cargo.toml Polish up filterer crates for release (#331) 2022-06-22 23:48:46 +00:00
README.md Polish up filterer crates for release (#331) 2022-06-22 23:48:46 +00:00
release.toml Split into more crates (#307) 2022-06-15 03:25:05 +00:00

README.md

Crates.io page API Docs Crate license: Apache 2.0 MSRV: 1.58.0 (minor) CI status

Watchexec filterer: ignore

(Sub)filterer implementation for ignore files.

  • API documentation.
  • Licensed under Apache 2.0.
  • Minimum Supported Rust Version: 1.58.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.