goToMain / libosdp

Implementation of IEC 60839-11-5 OSDP (Open Supervised Device Protocol); provides a C library with support for C++, Rust and Python3
https://libosdp.sidcha.dev
Apache License 2.0
128 stars 69 forks source link

rust: Reduced number of dependencies #150

Closed Sympatron closed 7 months ago

Sympatron commented 7 months ago

Some of the dependencies weren't used and lazy_static could be replaced by once_cell which was used anyway.