/twoskip-rs

Robust single-file KV store for Rust

Primary LanguageRust

twoskip is a robust single-file KV store.

The original implementation of the on-disk format is in the Cyrus mail server. This Rust version attempts to be compatible with the on-disk format, suitable for building tools to manipulate Cyrus data files.

More information about the format can be found at:

This code is unusable currently. It can dump database files and not much else.