0.8.8
slightlyoutofphase
released this
11 Mar 13:01
·
413 commits
to master
since this release
- Adds
iter_mut
(and the correspondingIntoIterator
impl) forStaticHeap
- Makes
StaticHeap
deriveDeserialize
andSerialize
when theserde_support
crate feature is enabled (which it can do becauseStaticVec
implements them, and aStaticVec
is the only field aStaticHeap
has) - Rather than have my
staticsort
crate (which provides just a single macro) as a dependency, adds the macro source to the existingmacros.rs
file in this crate so it can go back to being one that truly has no non-optional dependencies - Other small refinements here and there