Make FileOptions available to library's users

This commit is contained in:
Egor Duda
2022-06-06 15:06:29 +03:00
parent 4e47968233
commit 660b6b76b2

View File

@@ -383,7 +383,7 @@ pub use self::driver::{
StoreDriver, StoreDriverOff, StoreDriverOn, StoreInterruption, StoreInvariant,
};
#[cfg(feature = "std")]
pub use self::file::FileStorage;
pub use self::file::{FileOptions, FileStorage};
#[cfg(feature = "std")]
pub use self::model::{StoreModel, StoreOperation};
pub use self::storage::{Storage, StorageError, StorageIndex, StorageResult};