summaryrefslogtreecommitdiffstats
path: root/src/path_anchor.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/path_anchor.rs')
-rw-r--r--src/path_anchor.rs9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/path_anchor.rs b/src/path_anchor.rs
new file mode 100644
index 0000000..66e33a3
--- /dev/null
+++ b/src/path_anchor.rs
@@ -0,0 +1,9 @@
+
+
+#[derive(Debug, Clone, Copy)]
+pub enum PathAnchor {
+ Unspecified,
+ Parent,
+ Directory,
+}
+