path_facts 0.2.1

You've subscribed to PATH FACTS: Tidy filesystem information to help debug unexpected errors.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
source: src/path_facts.rs
expression: "result.unwrap_err().to_string().replace(&tempdir.path().canonicalize().unwrap().display().to_string(),\n\"/path/to/directory\")"
---
cannot rename from `doesnotexist.txt` to `also_does_not_exist.txt` due to: {error}.

From path does not exist `doesnotexist.txt`
 - Absolute: `/path/to/directory/doesnotexist.txt`
 - Missing `doesnotexist.txt` from parent directory:
   `/path/to/directory`
      └── (empty)

To path does not exist `also_does_not_exist.txt`
 - Absolute: `/path/to/directory/also_does_not_exist.txt`
 - Missing `also_does_not_exist.txt` from parent directory:
   `/path/to/directory`
      └── (empty)