[][src]Crate junk

Filter out OS junk files like .DS_Store and Thumbs.db

Examples

use junk;

junk::is(&path); // Check if filename is junk.
junk::not(&path); // Check if filename is not junk.

Functions

is

Tests is a filename is a junk file.

not

Tests is a filename is not a junk file.