Add new store (without tests yet)
This commit is contained in:
@@ -12,9 +12,6 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
// TODO(ia0): Remove when the module is used.
|
||||
#![allow(dead_code)]
|
||||
|
||||
#[macro_use]
|
||||
mod bitfield;
|
||||
|
||||
|
||||
@@ -359,7 +359,9 @@ pub use self::buffer::{BufferCorruptFunction, BufferOptions, BufferStorage};
|
||||
#[cfg(feature = "std")]
|
||||
pub use self::model::{StoreModel, StoreOperation};
|
||||
pub use self::storage::{Storage, StorageError, StorageIndex, StorageResult};
|
||||
pub use self::store::{StoreError, StoreRatio, StoreResult, StoreUpdate};
|
||||
pub use self::store::{
|
||||
Store, StoreError, StoreHandle, StoreIter, StoreRatio, StoreResult, StoreUpdate,
|
||||
};
|
||||
|
||||
/// Internal representation of natural numbers.
|
||||
///
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user