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

#5 in #discover

Download history 84792/week @ 2024-04-04 84903/week @ 2024-04-11 80488/week @ 2024-04-18 30146/week @ 2024-04-25 22642/week @ 2024-05-02 24691/week @ 2024-05-09 21422/week @ 2024-05-16 21693/week @ 2024-05-23 21999/week @ 2024-05-30 18604/week @ 2024-06-06 13908/week @ 2024-06-13 16344/week @ 2024-06-20 13584/week @ 2024-06-27 11128/week @ 2024-07-04 13239/week @ 2024-07-11 11749/week @ 2024-07-18

52,857 downloads per month
Used in 27 crates (9 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

~14–26MB
~402K SLoC