Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1.08 KB

File metadata and controls

36 lines (29 loc) · 1.08 KB

0.4.0

  • Modernize library to use const generics. @bugadani

0.3.1

  • Fix a small issue regarding code quality @bugadani
  • Fix metadata, github link counts as repository and not homepage @bugadani

0.3..0

0.2.0

  • try_read now return None for out of bounds reads. @bugadani
  • Reduce memory footprint by 4 or 8 bytes (on 32 or 64 bit architectures) @bugadani
  • Clean up the required trait bounds needed to pass around generic Slots instances @bugadani
  • Verify that keys are used to access data in their associated Slots instances @bugadani
  • Allow compiler to reduce memory footprint if possible @chrysn
  • Allow using FnOnce closures in try_read, read and modify @chrysn

0.1.1

  • Bugfix

0.1.0

  • Initial release