useurl::Url;usecrate::types::Blake2b512Digest;/// Represents groups of exact duplicates indentified by their text_pile digest.
#[derive(Clone, Debug, Hash, PartialEq, Eq)]pubstructExactDuplicateGroup{/// The shortest or first sorting URL obtained from the database.
////// Can be used to ontain the origin this group belong to.
pubfirst_url: Url,
/// Shared digest of the text pile
pubblake2b512_digest: Blake2b512Digest
}