pipe-audit-core 0.1.9

Universal data validation and compliance audit engine
Documentation
1
2
3
4
5
6
7
use super::ledger::ensure_ledger_key_exists;

pub fn init_logging() {
    std::fs::create_dir_all("logs").expect("Failed to create logs directory");

    ensure_ledger_key_exists()
}