Commit Graph

2 Commits

Author SHA1 Message Date
Markus Maiwald 59e1f10f7a fix(qvl): fix Zig API compatibility for storage and integration layers
- Update ArrayList API (allocator parameter changes)
- Fix const qualifier for BellmanFordResult.deinit
- Fix u8 overflow (level = -7 not valid)
- Fix toOwnedSlice API changes
- All QVL tests now compile and pass

152/154 tests green (2 pre-existing PoP failures)
2026-02-03 09:35:36 +01:00
Markus Maiwald 5aab5cdc8d feat(qvl): add libmdbx persistent storage layer
Add PersistentGraph with libmdbx backend for Kenya Rule compliance.
2026-02-03 08:59:13 +01:00