locka99 / opcua

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

Examples might better reside in an `examples` folder #354

Open AiyionPrime opened 5 days ago

AiyionPrime commented 5 days ago

Cargo has support for examples and using the conventional cargo way would reduce development time by about 15 seconds upon each cargo build on my machine.

Examples are automatically compiled upon tests, but not upon sole development.