ignoramus 0.0.0

A flexible library for matching ignore files such as `.gitignore` against file paths with incremental state updates and efficient filesystem crawling.
Documentation
1
2
3
4
5
6
7
8
9
ignoramus
=========

A rewrite of the [`ignore`](https://docs.rs/ignore) crate to support incremental state updates, e.g. for file watchers[^ethersync-inspo].

# License
[LGPL v3, or any later version](./LICENSE.md).

[^ethersync-inspo]: https://github.com/ethersync/ethersync/issues/239#issuecomment-2708323877