Registry / utility / forensic-rs

forensic-rs

JSON →
library0.13.1rscratesunverified

A Rust-based framework to build tools that analyze forensic artifacts.

# Cargo.toml [dependencies] forensic-rs = "0.13.1"
INSTALL
IMPORT
SIG · FORENSIC-RS
F
forensic-rs
utilityrustv0.13.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Artifact
use forensic_rs::Artifact;

Define a custom forensic artifact for analysis.

use forensic_rs::Artifact; struct MyArtifact; impl Artifact for MyArtifact { fn name(&self) -> &str { "custom_artifact" } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.13.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
forensic-rs — cargo add forensic-rs · libregistry