dfir_datalog_core 0.13.0

Datalog implementation for DFIR
Documentation
1
2
3
4
5
6
use std::path::PathBuf;

fn main() {
    println!("cargo::rerun-if-changed=src");
    rust_sitter_tool::build_parsers(&PathBuf::from("src/lib.rs"));
}