LSM-Tree Storage Engine in Rust
Built a persistent key-value storage engine from scratch in Rust, published on crates.io as a library and CLI binary. Implemented Write-Ahead Logging for crash recovery, Bloom Filters, LRU block caching, and an arena-allocated SkipList.

