leveldb-rs

Goal: A fully compatible implementation of LevelDB in Rust.

The implementation is very close to the original; often, you can see the same algorithm translated 1:1, and class (struct) and method names are similar or the same.

NOTE: Do not use this for production purposes unless you thoroughly evaluated it first, and are reasonably certain that no data loss occurs.

Status

Goals

Some of the goals of this implementation are