RustSystemsDatabaseStorage Engine
Embedded key-value store built from scratch in Rust with zero runtime dependencies
Custom B-tree index over a fixed 4096-byte page format
Write-ahead log with CRC32 checksums and fsync guarantees for durability
Crash recovery replays the log on open no data loss on unclean shutdown