make ffi mod public

master
Niko PLP 1 month ago
parent 4a62adfbaf
commit cedbf494b4
  1. 2
      src/lib.rs

@ -133,7 +133,7 @@ pub use crate::{
write_batch::{WriteBatch, WriteBatchIterator, WriteBatchWithTransaction},
};
use librocksdb_sys as ffi;
pub use librocksdb_sys as ffi;
use std::error;
use std::fmt;

Loading…
Cancel
Save