1//! Contains trait implementations and utility functions for `std::path::Path` 2 3pub mod as_str; 4pub mod find_upwards; 5pub mod from_str;