iridium-db 0.4.0

A high-performance vector-graph hybrid storage and indexing engine
1
2
3
4
5
6
7
pub mod api;

pub use api::{
    read_entries_for_key, read_entries_for_key_in_table, read_entries_for_key_with_reactor,
    read_sstable, read_sstable_with_reactor, sstable_iterator, write_sstable,
    write_sstable_with_reactor, BloomFilter, Entry, EntryKind, FencePointer, Sstable, SstableError,
};