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: Prefer first() over get(0) #334

Open AiyionPrime opened 2 weeks ago

AiyionPrime commented 2 weeks ago

on vectors for better readability and idiomacy.