Module path

Source
Expand description

Path Predicate factories

This module contains predicates specific to path handling.

Re-exportsยง

pub use crate::path::eq_file;
pub use crate::path::exists;
pub use crate::path::missing;
pub use crate::path::is_dir;
pub use crate::path::is_file;