Add driver for new store

This commit is contained in:
Julien Cretin
2020-11-03 21:27:32 +01:00
parent aa4bc7faaa
commit 45332158df
3 changed files with 844 additions and 2 deletions

View File

@@ -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::{