Skip to content

Releases: hawkw/mycelium

maitake-sync v0.1.2

11 Aug 16:47
71ba11e
Compare
Choose a tag to compare

maitake-sync-v0.1.2 - (2024-07-18)

c67c62f...c67c62f

Added

  • Add wait_for and wait_for_value to WaitCell and WaitQueue (#479) (6dc5a84)
  • Add is_closed methods to WaitCell/WaitMap/WaitQueue (#480) (c67c62f)

maitake-sync v0.1.1

11 Aug 16:45
7dfa2af
Compare
Choose a tag to compare

maitake-sync-v0.1.1 - (2024-01-27)

6919b82...dba0827

Added

Documented

Fixed

maitake-sync v0.1.0

11 Aug 16:44
maitake-sync-v0.1.0
6919b82
Compare
Choose a tag to compare

maitake-sync-v0.1.0 - (2023-09-04)

Added

  • Introduce a separate maitake-sync crate (#462) (8d85472)

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