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
// <FILE>src/functions/mod.rs</FILE> - <DESC>Functions module exports for helper utilities</DESC>
// <VERS>VERSION: 1.0.0</VERS>
// <WCTX>Creating is_ignored helper function for gitignore pattern testing</WCTX>
// <CLOG>Initial module creation with is_ignored function export</CLOG>

pub mod fnc_is_ignored;

// <FILE>src/functions/mod.rs</FILE>
// <VERS>END OF VERSION: 1.0.0</VERS>