- [ ] Distinguish absolute and relative path with specific types - [ ] Create a `Utf8Path` type for handling the majority case of paths being representable as `&str` - [ ] Create `PosixPath` and `WindowsPath` path types for handling paths on different OSes agnosticly - [ ] Integrate path resolution without relying on canonicalisation
Utf8Pathtype for handling the majority case of paths being representable as&strPosixPathandWindowsPathpath types for handling paths on different OSes agnosticly