#opc-ua #automation #unsafe-bindings #protocols #plc #hardware #safe-bindings

sys open62541-sys

Low-level, unsafe bindings for the C99 library open62541, an open source and free implementation of OPC UA (OPC Unified Architecture)

20 releases

new 0.4.5 Nov 19, 2024
0.4.3 Oct 14, 2024
0.4.1 Jul 29, 2024
0.4.0-pre.2 Mar 27, 2024

#11 in #opc-ua

Download history 118/week @ 2024-07-30 269/week @ 2024-08-06 101/week @ 2024-08-13 46/week @ 2024-08-20 123/week @ 2024-08-27 68/week @ 2024-09-03 88/week @ 2024-09-10 123/week @ 2024-09-17 151/week @ 2024-09-24 65/week @ 2024-10-01 241/week @ 2024-10-08 253/week @ 2024-10-15 111/week @ 2024-10-22 119/week @ 2024-10-29 80/week @ 2024-11-05 256/week @ 2024-11-12

594 downloads per month
Used in open62541

MPL-2.0 license

9MB
187K SLoC

C 183K SLoC // 0.1% comments Python 4K SLoC // 0.2% comments OCaml 314 SLoC // 0.2% comments Rust 258 SLoC // 0.2% comments Bitbake 9 SLoC

open62541-sys

crates.io Docs Dependencies Testing License: MPL 2.0

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

No runtime deps