8 stable releases

2.1.0 Jan 4, 2024
1.3.2 Nov 26, 2023
1.3.1 Jun 4, 2023
1.2.0 Mar 18, 2023
1.0.0 Jun 16, 2022

#540 in Parser implementations

Download history 36949/week @ 2023-12-01 39615/week @ 2023-12-08 40086/week @ 2023-12-15 36656/week @ 2023-12-22 36022/week @ 2023-12-29 45457/week @ 2024-01-05 53817/week @ 2024-01-12 56895/week @ 2024-01-19 74037/week @ 2024-01-26 77675/week @ 2024-02-02 77109/week @ 2024-02-09 70112/week @ 2024-02-16 75109/week @ 2024-02-23 75450/week @ 2024-03-01 80129/week @ 2024-03-08 73706/week @ 2024-03-15

316,273 downloads per month
Used in 24 crates (8 directly)

Apache-2.0

49KB
1K SLoC

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

Ignore files

Find, parse, and interpret ignore files.


lib.rs:

Find, parse, and interpret ignore files.

Ignore files are files that contain ignore patterns, often following the .gitignore format. There may be one or more global ignore files, which apply everywhere, and one or more per-folder ignore files, which apply to a specific folder and its subfolders. Furthermore, there may be more ignore files in these subfolders, and so on. Discovering and interpreting all of these in a single context is not a simple task: this is what this crate provides.

Dependencies

~13–27MB
~412K SLoC