open62541
This crate provides high-level, safe bindings for the C99 library open62541, an open source and free implementation of OPC UA.
Overview
Use this crate when you want to implement an OPC UA client or server in Rust, or add these capabilities to an existing program.
Examples
You can find examples in our documentation and in the examples/
folder in our repository.