Add bitfield helpers for new store
This commit is contained in:
@@ -14,6 +14,10 @@
|
||||
|
||||
#![cfg_attr(not(feature = "std"), no_std)]
|
||||
|
||||
#[macro_use]
|
||||
mod bitfield;
|
||||
mod storage;
|
||||
mod store;
|
||||
|
||||
pub use self::storage::{Storage, StorageError, StorageIndex, StorageResult};
|
||||
pub use self::store::{StoreError, StoreResult};
|
||||
|
||||
Reference in New Issue
Block a user