1 2 3 4 5
use parking_lot::{RwLock, const_rwlock}; pub use rocksdb; pub static DB: RwLock<Option<rocksdb::DB>> = const_rwlock(None);