This crate provides low-level, unsafe bindings for the C99 library
[open62541](https://www.open62541.org), an open source and free implementation of
[OPC UA](https://opcfoundation.org/about/opc-technologies/opc-ua/).
Make sure to check out `open62541` with submodules:
```shell
git submodule update --init --recursive
```