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: Replace deprecated chrono::Duration::* #330

Open AiyionPrime opened 2 weeks ago

AiyionPrime commented 2 weeks ago

with TimeDelta::try_*.unwrap(). Both solutions panic when fed invalid input.