Junk
Filter out OS junk files like .DS_Store and Thumbs.db. A Rust implementation of https://github.com/sindresorhus/junk
usage
use junk;
is; // Check if filename is junk.
not; // Check if filename is not junk.
Filter out OS junk files like .DS_Store and Thumbs.db. A Rust implementation of https://github.com/sindresorhus/junk
use junk;
is; // Check if filename is junk.
not; // Check if filename is not junk.