watchexec/crates/filterer/ignore
github-actions[bot] 5cf89eb7b4 release: filterer-ignore v1.0.0 (#333)
This is a release PR for **filterer-ignore** to version **1.0.0**.

Upon merging, you will still need to manually publish the cargo crate.

```
$ cd crates/filterer/ignore
$ cargo publish
```

To merge this release, review the changes then say:
| bors r+ p=10 |
|:-:|
2022-06-23 00:40:59 +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 release: filterer-ignore v1.0.0 (#333) 2022-06-23 00:40:59 +00:00
Cargo.toml release: filterer-ignore v1.0.0 (#333) 2022-06-23 00:40:59 +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.