10 stable releases (4 major)
5.0.0 | Oct 14, 2024 |
---|---|
4.0.1 | Apr 28, 2024 |
3.0.1 | Jan 5, 2024 |
2.0.1 | Dec 9, 2023 |
1.0.0 | Jun 23, 2022 |
#2 in #watchexec
30,353 downloads per month
Used in 19 crates
(5 directly)
200KB
4K
SLoC
Watchexec filterer: ignore
(Sub)filterer implementation for ignore files.
- API documentation.
- Licensed under Apache 2.0.
- 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.
lib.rs
:
A Watchexec Filterer implementation for ignore files.
This filterer is meant to be used as a backing filterer inside a more complex or complete filterer, and not as a standalone filterer.
This is a fairly simple wrapper around the ignore_files
crate, which is probably where you
want to look for any detail or to use this outside of Watchexec.
Dependencies
~20–32MB
~509K SLoC