Skip to main content
Module wal
qualia_
core_
db
0.0.30
Module wal
Module Items
Structs
Enums
Functions
In crate qualia_
core_
db
qualia_core_db
Module
wal
Copy item path
Source
Structs
§
Write
Ahead
Log
The Write-Ahead Log (WAL) ensures mobile fault tolerance by appending all 48-byte Quin mutations directly to flash memory synchronously before they are packed into the larger 40KB SuperBlock structures.
Enums
§
WalHandoff
Result
Outcome of routing a sieve-emitted Quin into the ledger pipeline.
Functions
§
append_
mutation
Appends a mutation to the global Write-Ahead Log. For the MVP/MCP, we write to a default location or stderr.
commit_
semantic_
mutation
Fiduciary-stamped, signed WAL handoff for neuro-symbolic graph mutations (zero String parse).
log_
adversarial_
conduct
Logs an adversarial conduct violation to the WAL when the Sentinel VM halts execution.
log_
rule_
evaluation
Logs a rule-evaluation audit event to the WAL.