blob-decoder 0.1.1

Identify and decode opaque forensic blobs of unknown type — scored, cited candidates, recursively unwrapping nested wrappers (base64 → gzip → binary-plist).
Documentation
1
2
3
4
5
# clippy configuration for blob-decoder.
# The CI-verified MSRV floor (see the `msrv` job in ci.yml and `rust-version` in
# Cargo.toml). This is as low as the dependency graph allows: `plist 1.10 → time
# 0.3.53` require rustc 1.88.0 (edition2024 in time-core), so 1.88.0 is the floor.
msrv = "1.88.0"