Skip to content

Commit

Permalink
Add iterator feature
Browse files Browse the repository at this point in the history
  • Loading branch information
maurolacy committed Nov 15, 2021
1 parent 884eb71 commit 264e84b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/storage-plus/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,12 @@ pub use item::Item;
pub use keys::{I128Key, I16Key, I32Key, I64Key, I8Key};
pub use keys::{Prefixer, PrimaryKey, U128Key, U16Key, U32Key, U64Key, U8Key};
pub use map::Map;
#[cfg(feature = "iterator")]
pub use multi_index::MultiIndex;
pub use path::Path;
#[cfg(feature = "iterator")]
pub use prefix::{range_with_prefix, Bound, Prefix};
#[cfg(feature = "iterator")]
pub use snapshot::{SnapshotItem, SnapshotMap, Strategy};
#[cfg(feature = "iterator")]
pub use unique_index::UniqueIndex;

0 comments on commit 264e84b

Please sign in to comment.