5 个版本 (3 个重大更新)
0.4.1 | 2023年7月12日 |
---|---|
0.3.1 | 2022年7月1日 |
0.3.0 | 2022年6月29日 |
0.2.0 | 2022年6月29日 |
0.1.0 | 2022年6月28日 |
#24 in #ignore
每月下载量26
用于 pathwalker
14KB
244 行
用于忽略文件和目录的接口和集合。
此库提供了一个简单的接口来创建和使用过滤器。过滤器用于忽略文件和目录。
示例
use std::path::Path;
use pathfilter::ExtensionFilter;
use pathfilter::IgnorePath;
let filter = ExtensionFilter::new(".rs");
assert!(filter.ignore(Path::new("src/lib.rs")));
依赖项
~0–670KB
~12K SLoC