wcompact 0.1.2

HybridLog read-only segment compaction and garbage collection
1
2
3
4
5
6
7
8
9
#![cfg_attr(docsrs, feature(doc_cfg))]

mod compactor;
pub mod error;
pub mod host;

pub use compactor::{CompactionStats, CompactionType, LogCompactor};
pub use error::{Error, Result};
pub use host::{CompactSession, CompactStore, TTL_VALUE_LEN};