Skip to content

0.5.5

Choose a tag to compare

@wiresock wiresock released this 11 Jan 09:31
· 14 commits to refs/heads/main since this release
6181286

Version 0.5.5 Release Notes

🚀 Enhancements:

  • Refined Iteration: We've upgraded the Iterator to impl IntoIterator, enhancing usability and flexibility in iteration patterns. Thanks to @kgv for this improvement! (PR #21)
  • Key Update to ListEntry Structure: A significant update has been made to the ListEntry struct by replacing raw pointers with usize. This change, primarily aimed at enabling the IntermediateBuffer to implement the Send trait, addresses the critical issue highlighted in Issue #20.

These updates are part of our ongoing effort to enhance functionality and ensure robust, safe operations. Your feedback is always welcome! 🚀