Skip to content

v0.5.2

Choose a tag to compare

@sergiogallegos sergiogallegos released this 07 Sep 01:00
· 71 commits to main since this release

🚀 Rust EtherNet/IP Library v0.5.2

Code Quality & Documentation Improvements

✨ What's New

  • 🔧 Enhanced FFI safety documentation - Comprehensive # Safety sections for all unsafe functions
  • 🛠️ Zero clippy warnings - Fixed all code quality issues and linting warnings
  • 📦 Wrapper synchronization - All wrappers updated to v0.5.2 (Python, C#, JS/TS, Go)
  • 🧪 All 47 tests pass - Enhanced test coverage and reliability

�� Security & Safety

  • Enhanced pointer validation and memory safety guarantees
  • Improved error handling in C API layer
  • Better resource cleanup and memory management

🔄 Migration

No breaking changes - All existing code continues to work without modification.

📦 Installation

[dependencies]
rust-ethernet-ip = "0.5.2"

Full Changelog: v0.5.1...v0.5.2