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

refactor: Drop imports of components only used once #335

Open AiyionPrime opened 2 weeks ago

AiyionPrime commented 2 weeks ago

such as use somecrate is unnecessary in rust.