fast-fs 0.2.1

High-speed async file system traversal library with batteries-included file browser component
Documentation
1
2
3
4
5
6
7
8
9
10
// <FILE>tests/filter/mod.rs</FILE> - <DESC>Filter module test organization</DESC>
// <VERS>VERSION: 1.6.0</VERS>
// <WCTX>Implementing fast-fs filter application</WCTX>
// <CLOG>Re-added test_fnc_apply_filters module with fixed imports</CLOG>

mod test_cls_gitignore_matcher;
mod test_fnc_apply_filters;

// <FILE>tests/filter/mod.rs</FILE>
// <VERS>END OF VERSION: 1.6.0</VERS>