[][src]Crate sstb

An experimental an educational attempt to write a Rust thread-safe sstables library.

This was created as a learning excercise, to learn Rust, get some fair share of low-level programming, optimization, to learn how sstables work and how to make them faster.

By no means this is is complete or has any real-world usage.

However inside are some working implementations that pass the tests, are thread-safe, and even run smooth in benchmarks.

The API is not stabilized, the disk format is not stabilized, there are no compatibility guarantees or any other guarantees about this library.

Use at your own risk.

Re-exports

pub use sstable::*;

Modules

sstable

Implementations of sstables stored as files on disk.

utils

Various utilities.