Crate sstable [] [src]

Re-exports

pub use cmp::Cmp;
pub use iterator::StandardComparator;
pub use iterator::SSIterator;
pub use options::Options;
pub use options::ReadOptions;
pub use table_builder::TableBuilder;
pub use table_reader::Table;
pub use table_reader::TableIterator;

Modules

cmp
filter

This module is yet to be used, but will speed up table lookups.

iterator

A collection of fundamental and/or simple types used by other modules

options
table_builder
table_reader