#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)

13 unstable releases (3 breaking)

new 0.4.0-pre.5 May 30, 2024
0.4.0-pre.4 Apr 29, 2024
0.4.0-pre.2 Mar 27, 2024
0.3.3 Feb 12, 2024
0.1.3 Jan 12, 2024

#10 in #opc-ua

Download history 87/week @ 2024-02-06 55/week @ 2024-02-13 167/week @ 2024-02-20 128/week @ 2024-02-27 50/week @ 2024-03-05 55/week @ 2024-03-12 86/week @ 2024-03-19 217/week @ 2024-03-26 224/week @ 2024-04-02 63/week @ 2024-04-09 24/week @ 2024-04-16 97/week @ 2024-04-23 146/week @ 2024-04-30 93/week @ 2024-05-07 60/week @ 2024-05-14 62/week @ 2024-05-21

442 downloads per month
Used in open62541

MPL-2.0 license

4MB
77K SLoC

C 73K SLoC // 0.1% comments Python 4K SLoC // 0.2% comments OCaml 314 SLoC // 0.2% comments Rust 145 SLoC // 0.3% comments

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