Skip to content

Commit 1790c4f

Browse files
willem66745korken89
authored andcommitted
indexmap: expose PowerOfTwo, Bucket and Pos
This change allows the create custom structs with size arguments outside the heapless crate itself.
1 parent 87917e0 commit 1790c4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@
7676
#![deny(warnings)]
7777

7878
pub use binary_heap::BinaryHeap;
79-
pub use generic_array::typenum::consts;
79+
pub use generic_array::typenum::{consts, PowerOfTwo};
8080
pub use generic_array::ArrayLength;
81-
pub use indexmap::{FnvIndexMap, IndexMap};
81+
pub use indexmap::{Bucket, FnvIndexMap, IndexMap, Pos};
8282
pub use indexset::{FnvIndexSet, IndexSet};
8383
pub use linear_map::LinearMap;
8484
pub use string::String;

0 commit comments

Comments
 (0)