2 unstable releases

0.15.1 Apr 23, 2025
0.15.0 Apr 23, 2025
0.14.0 Jan 23, 2025

#1409 in Database interfaces

Download history 2/week @ 2025-02-09 4/week @ 2025-02-16 4/week @ 2025-02-23 9/week @ 2025-03-02 7/week @ 2025-03-09 10/week @ 2025-03-16 1/week @ 2025-03-30 1/week @ 2025-04-06 4/week @ 2025-04-13 241/week @ 2025-04-20 45/week @ 2025-04-27 16/week @ 2025-05-04 24/week @ 2025-05-11 15/week @ 2025-05-18

57 downloads per month
Used in 3 crates

MPL-2.0 license

105KB
2.5K SLoC

Core utilities for working with various OPC-UA XML schemas.

This crate defines methods for decoding.

XML parsing is done with the roxmltree crate.


Async OPC-UA XML

Part of 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.

Dependencies

~2.8–4MB
~68K SLoC