Skip to main content

Module evidence

Module evidence 

Source
Expand description

Evidence strength helpers over the assembled global catalog.

The EvidenceStrength rating type is defined in forensicnomicon-core and re-exported here (so crate::evidence::EvidenceStrength resolves throughout the descriptor dataset). The point-lookup and bulk-query helpers below resolve against the global crate::catalog::CATALOG.

Use evidence_for for point-lookups, artifacts_with_strength for bulk queries, and crate::catalog::ForensicCatalog::unassessed (on the global crate::catalog::CATALOG) to find gaps sorted by triage priority.

Enums§

EvidenceStrength
How strongly an artifact proves a fact in isolation.

Functions§

artifacts_with_strength
Returns all assessed descriptors with evidence strength at or above min_strength.
evidence_for
Returns the descriptor for a given artifact ID if it has been assessed.