locka99 / opcua

A client and server implementation of the OPC UA specification written in Rust
Mozilla Public License 2.0
476 stars 129 forks source link

feat!: Provide cargo suited examples #355

Open AiyionPrime opened 1 week ago

AiyionPrime commented 1 week ago

This PR drafts how to migrate the examples from samples workspaces to lib/examples to use cargos features for working and testing with them.

This eventually closes #354

AiyionPrime commented 1 week ago

Currently the web server example is missing as it needs the update of actix-web, which @antiblue drafted a few months ago.