forensic-rs 0.13.1

A Rust-based framework to build tools that analyze forensic artifacts and can be reused as libraries across multiple projects without changing anything.
Documentation
1
2
3
4
5
pub mod stdfs;
pub mod chroot;

pub use stdfs::{StdVirtualFS, StdVirtualFile};
pub use chroot::ChRootFileSystem;