11 stable releases

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

#500 in Filesystem

Download history 15709/week @ 2024-08-20 14078/week @ 2024-08-27 16523/week @ 2024-09-03 14407/week @ 2024-09-10 15151/week @ 2024-09-17 21226/week @ 2024-09-24 16528/week @ 2024-10-01 8298/week @ 2024-10-08 13278/week @ 2024-10-15 12288/week @ 2024-10-22 15108/week @ 2024-10-29 17068/week @ 2024-11-05 17688/week @ 2024-11-12 15806/week @ 2024-11-19 13250/week @ 2024-11-26 14446/week @ 2024-12-03

65,545 downloads per month
Used in 32 crates (12 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

~16–28MB
~438K SLoC