aboutsummaryrefslogtreecommitdiff
path: root/src/filecache.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/filecache.rs')
-rw-r--r--src/filecache.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/filecache.rs b/src/filecache.rs
index 287cea0..7faf439 100644
--- a/src/filecache.rs
+++ b/src/filecache.rs
@@ -1,5 +1,6 @@
use crate::vector::FileVector;
+/// Represents one file which was indexed.
pub struct FileCache {
pub vector : FileVector,
pub path : String,