quatzal-storage 0.1.0

Sharded LSM row-storage engine for Quatzal: WAL, snapshots, and crash recovery on io_uring (Linux only).
# quatzal-storage — Row storage

Sharded LSM row-storage engine: write-ahead log, snapshots, group commit, and crash recovery.

**Linux only.** Depends on io_uring through glommio.

Part of [**Quatzal**](https://github.com/logixrcorp/quatzal), a local-first vector + graph
database that records who vouched for every fact and when it stopped being true.

## Status

Pre-release (0.1.0). Data formats are not yet stable: old snapshot files are deliberately
unreadable rather than silently misread, and there are no compatibility shims. Treat a store
as reproducible from its source data, not as an archive.

## License

Apache-2.0. Quatzal is open core — the Apache-2.0 core is the whole of this crate; separately
licensed commercial modules live outside published packages.