open62541 0.10.1

High-level, safe bindings for the C99 library open62541, an open source and free implementation of OPC UA (OPC Unified Architecture).
Documentation
1
2
3
4
5
6
7
mod callback_mut;
mod callback_once;

pub(crate) use self::callback_mut::CallbackMut;

// TODO: Reduce visibility to pub(crate).
pub use self::callback_once::CallbackOnce;