sqlite-core 0.1.0

Native, read-only, panic-free SQLite file-format reader for forensics (WS-C spike prototype).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "sqlite-core"
version.workspace = true
edition.workspace = true
license.workspace = true
description = "Native, read-only, panic-free SQLite file-format reader for forensics (WS-C spike prototype)."

[lib]
name = "sqlite_core"
path = "src/lib.rs"

[dependencies]
# Consume KNOWLEDGE-layer format constants instead of re-hardcoding them.
forensicnomicon = { workspace = true }

[lints]
workspace = true