0.5.5
·
14 commits
to refs/heads/main
since this release
Version 0.5.5 Release Notes
🚀 Enhancements:
- Refined Iteration: We've upgraded the
Iteratortoimpl 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
ListEntrystruct by replacing raw pointers withusize. This change, primarily aimed at enabling theIntermediateBufferto implement theSendtrait, 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! 🚀