Skip to content

Releases: Johnabell/atom_box

Version 0.3.0

Choose a tag to compare

@Johnabell Johnabell released this 03 Nov 23:16
c53a37b

What's Changed

Update Rust edition to 2024 - and improve documentation and fix lints and typos.

Full Changelog: v0.2.1...v0.3.0

Version 0.2.1

Choose a tag to compare

@Johnabell Johnabell released this 26 Sep 07:53
212bec8

Adds alternative implementation for hazard pointer list. Switched using the bicephaly feature.

Version 0.2.0

Choose a tag to compare

@Johnabell Johnabell released this 26 Sep 07:51
f94dd5b

This adds support for no-std to the crate.

v.0.1.2

Choose a tag to compare

@Johnabell Johnabell released this 29 Oct 07:41
  • Update readme
    • Add discussion section
    • Add instructions for running Loom and Miri tests
  • Add license file

Full Changelog: v0.1.1...v0.1.2

v0.1.1

Choose a tag to compare

@Johnabell Johnabell released this 26 Oct 20:29
  • Updating documentation to use Arc in examples
  • Adding loom test using Arc
  • Clean up code (internal macro and print statements)
  • Adding drop implementation for AtomBox

v0.1.0

Choose a tag to compare

@Johnabell Johnabell released this 24 Oct 22:53

Initial release