mirror of
https://github.com/rust-embedded/heapless.git
synced 2025-09-27 04:20:24 +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
87917e059b
commit
1790c4f30f
@ -76,9 +76,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