async-opcua-xml 0.16.0

OPC UA XML loading library
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Async OPC-UA XML

Part of [async-opcua](https://crates.io/crates/async-opcua), a general purpose OPC-UA library in rust.

This implements parsing of some XML schemas needed for code generation and loading of `NodeSet2` XML files.

Currently, we have support for:

 - XSD files, the subset needed for OPC-UA specs.
 - OPC-UA BSD files.
 - OPC-UA NodeSet2 files.