10 stable releases

3.0.1 Apr 28, 2024
2.1.0 Jan 4, 2024
1.3.2 Nov 26, 2023
1.3.1 Jun 4, 2023
1.0.0 Jun 16, 2022

#408 in Parser implementations

Download history 66432/week @ 2024-01-23 79715/week @ 2024-01-30 77540/week @ 2024-02-06 70148/week @ 2024-02-13 74029/week @ 2024-02-20 74770/week @ 2024-02-27 79469/week @ 2024-03-05 84728/week @ 2024-03-12 84994/week @ 2024-03-19 84425/week @ 2024-03-26 86231/week @ 2024-04-02 83606/week @ 2024-04-09 84624/week @ 2024-04-16 42710/week @ 2024-04-23 24039/week @ 2024-04-30 18254/week @ 2024-05-07

181,966 downloads per month
Used in 24 crates (8 directly)

Apache-2.0

50KB
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–25MB
~402K SLoC