pub fn get_path_slice(path: &str) -> Vec<&str>Notable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
    A: Allocator
Expand description

Removes empty elements from a path, which is important due to double slashes. This returns a vector of the path’s components;