Skip to content

cordyceps v0.2.0

Compare
Choose a tag to compare
@hawkw hawkw released this 21 Jun 18:14
· 461 commits to main since this release
e3fe8f8

Breaking Changes

  • Fix use-after-free in List iterators (#203) (1eea1f2)
    This changes the type signature of the list::Iter and list::Cursor
    types.
  • Add Drop impl for List (#203) (ea7412a)
    The List::new constructor now requires a T: Linked<list::Links<T>>
    bound.

Added

Fixed