Add bitfield helpers for new store

This commit is contained in:
Julien Cretin
2020-09-28 16:12:55 +02:00
parent 616476ac43
commit 67714510f5
3 changed files with 437 additions and 0 deletions

View File

@@ -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};