docstrings

This commit is contained in:
2024-05-12 15:46:31 +02:00
parent 899ecbbee4
commit 2bc050bb44
4 changed files with 13 additions and 1 deletions
+3
View File
@@ -1,3 +1,6 @@
//! Persistent store of all calculated image descriptions.
//! Can be queried to find identical or similar images.
use std::collections::HashMap;
use crate::descriptors::Descriptor;
use std::fs;