Add docs to FileHash
This commit is contained in:
parent
d25a0dd1c0
commit
2334b0bc8a
1 changed files with 5 additions and 0 deletions
|
@ -10,6 +10,11 @@ use uuid::Uuid;
|
||||||
#[derive(PartialEq)]
|
#[derive(PartialEq)]
|
||||||
#[derive(Eq)]
|
#[derive(Eq)]
|
||||||
#[derive(Hash)]
|
#[derive(Hash)]
|
||||||
|
/**
|
||||||
|
* FileHash type
|
||||||
|
*
|
||||||
|
* Simple abstraction over String by now.
|
||||||
|
*/
|
||||||
pub struct FileHash {
|
pub struct FileHash {
|
||||||
hash: String,
|
hash: String,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue