dermesser / leveldb-rs

A reimplementation of LevelDB in Rust (no bindings).
Other
521 stars 59 forks source link

Allow iteration over DB when key is empty byte slice #17

Closed Sword-Smith closed 2 years ago

Sword-Smith commented 2 years ago

truncate_to_userkey contained an off-by-one error.

The added test fails without this change.

This closes #16.