Crates.io | watchexec-filterer-ignore |
lib.rs | watchexec-filterer-ignore |
version | |
source | src |
created_at | 2022-06-23 01:07:07.047702+00 |
updated_at | 2025-02-09 10:15:39.795242+00 |
description | Watchexec filterer component for ignore files |
homepage | https://watchexec.github.io |
repository | https://github.com/watchexec/watchexec |
max_upload_size | |
id | 611579 |
Cargo.toml error: | TOML parse error at line 19, column 1 | 19 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
(Sub)filterer implementation for ignore files.
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.