Constant ssdeep::MAX_LEN_IN_STR
source · pub const MAX_LEN_IN_STR: usize = LongRawFuzzyHash::MAX_LEN_IN_STR; // 140usizeExpand description
The maximum length of the fuzzy hash’s string representation (except the file name part).
This is the maximum length of the longest valid fuzzy hash (except the file name part) when represented in a string.
Note that again, this value does not count
the file name part of the fuzzy hash
(not even an optional “comma” character separating the file name part)
because LongRawFuzzyHash::len_in_str() does not.