usb-forensic 0.1.0

USB device-history correlation engine — reconstructs USB connection history from every Windows artifact and scores cross-source timestamp consistency. Pipeline-native, reproducible, panic-free.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//! Reader-crate adapters: pure mappings from each fleet reader's already-decoded
//! output into the source-agnostic `Claim` model.

pub mod apple_ipod;
pub mod device_image;
pub mod emdmgmt;
pub mod jumplist;
pub mod kernel_pnp;
pub mod lnk;
pub mod macos_unified_log;
pub mod macos_usb;
pub mod mountpoints2;
pub mod partition_diag;
pub mod peripheral;
pub mod volume_cache;