Skip to content

0.8.8

Compare
Choose a tag to compare
@slightlyoutofphase slightlyoutofphase released this 11 Mar 13:01
· 413 commits to master since this release
9b49168
  • Adds iter_mut (and the corresponding IntoIterator impl) for StaticHeap
  • Makes StaticHeap derive Deserialize and Serialize when the serde_support crate feature is enabled (which it can do because StaticVec implements them, and a StaticVec is the only field a StaticHeap has)
  • Rather than have my staticsort crate (which provides just a single macro) as a dependency, adds the macro source to the existing macros.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