18 unstable releases (3 breaking)
0.4.3 | Oct 14, 2024 |
---|---|
0.4.1 | Jul 29, 2024 |
0.4.0-pre.2 | Mar 27, 2024 |
#11 in #opc-ua
665 downloads per month
Used in open62541
4MB
77K
SLoC
open62541-sys
This crate provides low-level, unsafe bindings for the C99 library open62541, an open source and free implementation of OPC UA.
Overview
Use this crate when you want to implement your own safe Rust abstractions over the unsafe C API provided by open62541.
If you are looking for safe Rust bindings that can be used directly, see crate open62541
(crates.io,
GitHub).
Development
Make sure to check out the repository open62541-sys
with submodules:
git submodule update --init --recursive