diff --git a/src/storage/file/hash.rs b/src/storage/file/hash.rs index a2f1f96a..4b364b25 100644 --- a/src/storage/file/hash.rs +++ b/src/storage/file/hash.rs @@ -10,6 +10,11 @@ use uuid::Uuid; #[derive(PartialEq)] #[derive(Eq)] #[derive(Hash)] +/** + * FileHash type + * + * Simple abstraction over String by now. + */ pub struct FileHash { hash: String, }