Crates.io | open62541-sys |
lib.rs | open62541-sys |
version | 0.4.8 |
source | src |
created_at | 2024-01-12 15:44:14.178362 |
updated_at | 2024-11-26 12:51:24.8429 |
description | Low-level, unsafe bindings for the C99 library open62541, an open source and free implementation of OPC UA (OPC Unified Architecture). |
homepage | https://github.com/HMIProject/open62541-sys |
repository | https://github.com/HMIProject/open62541-sys.git |
max_upload_size | |
id | 1097800 |
size | 16,491,783 |
This crate provides low-level, unsafe bindings for the C99 library open62541, an open source and free implementation of OPC UA.
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).
Make sure to check out the repository open62541-sys
with submodules:
git submodule update --init --recursive