aboutsummaryrefslogtreecommitdiff
path: root/src/searchresult.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/searchresult.rs')
-rw-r--r--src/searchresult.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/searchresult.rs b/src/searchresult.rs
new file mode 100644
index 0000000..6a0dd30
--- /dev/null
+++ b/src/searchresult.rs
@@ -0,0 +1,5 @@
+
+pub struct SearchResult {
+ pub priority : u64,
+ pub path : String
+}