docstrings
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user