Add driver for new store
This commit is contained in:
@@ -349,6 +349,8 @@
|
||||
extern crate alloc;
|
||||
|
||||
mod buffer;
|
||||
#[cfg(feature = "std")]
|
||||
mod driver;
|
||||
mod format;
|
||||
#[cfg(feature = "std")]
|
||||
mod model;
|
||||
@@ -357,6 +359,10 @@ mod store;
|
||||
|
||||
pub use self::buffer::{BufferCorruptFunction, BufferOptions, BufferStorage};
|
||||
#[cfg(feature = "std")]
|
||||
pub use self::driver::{
|
||||
StoreDriver, StoreDriverOff, StoreDriverOn, StoreInterruption, StoreInvariant,
|
||||
};
|
||||
#[cfg(feature = "std")]
|
||||
pub use self::model::{StoreModel, StoreOperation};
|
||||
pub use self::storage::{Storage, StorageError, StorageIndex, StorageResult};
|
||||
pub use self::store::{
|
||||
|
||||
Reference in New Issue
Block a user