mirror of
https://github.com/rust-embedded/heapless.git
synced 2025-09-28 04:50:34 +00:00
indexmap: expose PowerOfTwo, Bucket and Pos
This change allows the create custom structs with size arguments outside the heapless crate itself.
This commit is contained in:
parent
3d20301aec
commit
7a369f3e5c
@ -68,9 +68,9 @@
|
||||
#![deny(warnings)]
|
||||
|
||||
pub use binary_heap::BinaryHeap;
|
||||
pub use generic_array::typenum::consts;
|
||||
pub use generic_array::typenum::{consts, PowerOfTwo};
|
||||
pub use generic_array::ArrayLength;
|
||||
pub use indexmap::{FnvIndexMap, IndexMap};
|
||||
pub use indexmap::{Bucket, FnvIndexMap, IndexMap, Pos};
|
||||
pub use indexset::{FnvIndexSet, IndexSet};
|
||||
pub use linear_map::LinearMap;
|
||||
pub use string::String;
|
||||
|
Loading…
x
Reference in New Issue
Block a user