forensic-rs 0.7.2

A Rust-based framework to build tools that analyze forensic artifacts and can be reused as libraries across multiple projects without changing anything.
Documentation
[dependencies.serde]
optional = true
version = "1"
[dev-dependencies.serde_json]
version = "1"

[dev-dependencies.sqlite]
version = "0.28.1"

[features]
default = ["serde"]
serde = ["dep:serde"]

[package]
authors = ["Samuel Garcés Marín <samuel.garces@protonmail.com>"]
categories = ["parsing"]
description = "A Rust-based framework to build tools that analyze forensic artifacts and can be reused as libraries across multiple projects without changing anything."
edition = "2021"
keywords = ["forensic", "windows", "parser", "registry", "cybersecurity"]
license = "MIT"
name = "forensic-rs"
readme = "README.md"
repository = "https://github.com/ForensicRS/forensic-rs"
version = "0.7.2"