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§
- Evidence
Strength - 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.