Merge branch 'master' into v2_lib
This commit is contained in:
@@ -345,14 +345,18 @@
|
||||
|
||||
#![cfg_attr(not(feature = "std"), no_std)]
|
||||
|
||||
extern crate alloc;
|
||||
|
||||
#[macro_use]
|
||||
extern crate alloc;
|
||||
|
||||
#[macro_use]
|
||||
mod bitfield;
|
||||
mod buffer;
|
||||
mod format;
|
||||
mod storage;
|
||||
mod store;
|
||||
|
||||
pub use self::buffer::{BufferCorruptFunction, BufferOptions, BufferStorage};
|
||||
pub use self::storage::{Storage, StorageError, StorageIndex, StorageResult};
|
||||
pub use self::store::{StoreError, StoreResult};
|
||||
|
||||
Reference in New Issue
Block a user