Portable C99 library for verified persistent object storage with deterministic layout, recovery, and host-side test backends.
loxdust focuses on portable persistent storage where layout, recovery behavior, and testability matter more than general-purpose features. It is built as a small C99 component with deterministic behavior and host-side backends for validation.
Storage layout is kept predictable instead of hidden behind dynamic behavior.
Designed around verified persistence and recovery after interruption.
Written as a portable C99 library for the LOX family.
Includes host-side test backends for validation and regression checks.
Focused scope keeps integration simple in constrained systems.
Persistent storage behavior is intended to be exercised and verified, not assumed.
Like the rest of LOX: keep the contract small, the memory model predictable, and the failure modes visible.