Skip to content

Releases: hawkw/mycelium

mycelium-bitfield v0.1.3

23 Jul 16:52
mycelium-bitfield-v0.1.3
3063b08
Compare
Choose a tag to compare

d0a6f13...ab096b4

Added

Documented

Fixed

  • Remove recursion in fmt::Binary (#292) (0488696)
  • Don't have fmt::alt control struct formatting (#292) (03055f0)
  • Make pair_with work with other bitfields (#295) (532ee98)
  • Make Packing work with typed specs (#295) (7b86e81)

cordyceps v0.3.2

23 Jul 16:49
cordyceps-v0.3.2
c8d6e0c
Compare
Choose a tag to compare

192e3e4...5e46e35

Added

Documented

Fixed

cordyceps v0.3.1

13 Sep 16:03
192e3e4
Compare
Choose a tag to compare

62b7ee5...06179e2

Added

  • Assert list is nonempty in remove (#247) (d697b8e)
  • Add by-value IntoIterator impl for List (#314) (a0c5fb8)
  • Add FusedIterator impls for List iterators (#315) (06179e2)

Documented

  • Use ptr::addr_of_mut! instead of casts (#258) (6e2a04c)

Fixed

  • Make assertion less aggressive (c336a47)
  • Correctly cfg-gate debug assertions (23db951)

mycelium-bitfield v0.1.2

25 Jul 16:20
d0a6f13
Compare
Choose a tag to compare

5d6d7d5...8c34ef9

Fixed

mycelium-bitfield v0.1.1

25 Jul 16:19
5d6d7d5
Compare
Choose a tag to compare

af8ad54...5d6d7d5

Documented

  • Fix broken links in README (aaa6137)

mycelium-bitfield v0.1.0

25 Jul 16:19
af8ad54
Compare
Choose a tag to compare

Added

Documented

Fixed

cordyceps v0.3.0

25 Jul 16:18
62b7ee5
Compare
Choose a tag to compare

f956111...2a7ce9c

Breaking Changes

  • Remove deprecated Cursor type alias (#239) (b4fcb16)
    This removes the Cursor type from cordyceps::list.
  • Remove deprecated List::cursor method (#239) (2e35a4b)
    This removes the List::cursor method from cordyceps::List.
  • Pin CursorMut iterator Items (#240) (5ee31ce)
    This changes the type signature of the Iterator impl for

Added

Fixed

cordyceps v0.2.2

21 Jun 18:15
f956111
Compare
Choose a tag to compare

Added

Deprecated

Documented

Fixed

cordyceps v0.2.1

21 Jun 18:15
7cdb821
Compare
Choose a tag to compare

Added

Fixed

cordyceps v0.2.0

21 Jun 18:14
e3fe8f8
Compare
Choose a tag to compare

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