21 releases
new 0.7.2 | Jan 13, 2025 |
---|---|
0.7.1 | Dec 19, 2024 |
0.6.6 | Dec 4, 2024 |
0.6.4 | Nov 23, 2024 |
0.5.0 | Mar 1, 2024 |
#321 in Network programming
769 downloads per month
440KB
7K
SLoC
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.
Contributing
Make sure to use LF
line endings and run just pre-commit
before committing your changes.
Visit the Just Programmer's Manual for information on installing
just
. After installing, run just setup
to setup the environment required by this repository.
Tip: Configure your IDE to apply cargo fmt
formatting when saving a file.
Dependencies
~13–26MB
~417K SLoC