open62541-sys

Crates.ioopen62541-sys
lib.rsopen62541-sys
version0.4.8
sourcesrc
created_at2024-01-12 15:44:14.178362
updated_at2024-11-26 12:51:24.8429
descriptionLow-level, unsafe bindings for the C99 library open62541, an open source and free implementation of OPC UA (OPC Unified Architecture).
homepagehttps://github.com/HMIProject/open62541-sys
repositoryhttps://github.com/HMIProject/open62541-sys.git
max_upload_size
id1097800
size16,491,783
Sebastian Goll (sgoll)

documentation

https://docs.rs/open62541-sys

README

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
Commit count: 123

cargo fmt