12 stable releases

3.0.3 Feb 9, 2025
3.0.2 Oct 14, 2024
3.0.1 Apr 28, 2024
2.1.0 Jan 4, 2024
1.0.0 Jun 16, 2022

#623 in Filesystem

Download history 15686/week @ 2024-11-20 14603/week @ 2024-11-27 17821/week @ 2024-12-04 16479/week @ 2024-12-11 12181/week @ 2024-12-18 6254/week @ 2024-12-25 7842/week @ 2025-01-01 18186/week @ 2025-01-08 13778/week @ 2025-01-15 17311/week @ 2025-01-22 18925/week @ 2025-01-29 18553/week @ 2025-02-05 18496/week @ 2025-02-12 15392/week @ 2025-02-19 15967/week @ 2025-02-26 13073/week @ 2025-03-05

67,080 downloads per month
Used in 34 crates (12 directly)

Apache-2.0

52KB
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

~18–31MB
~490K SLoC