pub struct Path(/* private fields */);Expand description
Borrowed ELF loader path.
Path is a small no_std path view used by file-backed inputs and
linker resolvers. It intentionally models only the path operations needed by
ELF loading and DT_NEEDED search, rather than the full std::path::Path
API.