Remove OPC DA client and server implementations and related dependencies#22
Remove OPC DA client and server implementations and related dependencies#22
Conversation
- Update Cargo.toml workspace dependencies - Clean up build.rs files in binding crates - Update Cargo.lock with latest dependency versions
WalkthroughThis change removes the entire OPC DA client and server implementation, including all associated traits, modules, utilities, and data structures. It also eliminates related dependencies from the workspace and crate manifests, and updates build scripts to remove the Changes
Sequence Diagram(s)Omitted: The changes are wholesale deletions and dependency updates, with no remaining control flow or feature to illustrate. Estimated code review effort🎯 5 (Critical) | ⏱️ ~90+ minutes Complexity: This is a critical and high-complexity change, involving the complete removal of a large subsystem (OPC DA client/server), all associated traits, data structures, utilities, and workspace dependency updates. It spans numerous files and eliminates core functionality, requiring comprehensive review to ensure nothing remains and all dependencies are correctly updated. Possibly related PRs
Note ⚡️ Unit Test Generation is now available in beta!Learn more here, or try it out under "Finishing Touches" below. ✨ Finishing Touches
🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
- Remove windows-targets from workspace dependencies - Remove windows-targets from all binding crates - Clean up Cargo.lock to reflect dependency removal
Summary by CodeRabbit
Chores
Refactor
Bug Fixes
End-users will no longer have access to OPC DA client/server features or related utilities in this release.