1 2 3 4 5 6 7
#![cfg(feature = "pmtree-ft")] pub mod sled_adapter; pub use pmtree; pub use sled::{Config, Mode}; pub use sled_adapter::SledDB;