pub fn fingerprint_content(
content: &[u8],
) -> Result<ContentFingerprint, ExtractorError>Expand description
Computes a bounded source fingerprint shared by focused extractors.
ยงErrors
Returns ExtractorError::InputTooLarge when the input exceeds the extraction budget.