xml-struct-types 0.0.1-alpha

Types used by structs generated by [xml-struct-gen](https://github.com/richardstephens/xml-struct-gen-rs) tool.
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "xml-struct-types"
version = "0.0.1-alpha"
edition = "2024"
license = "MIT"
description = "Types used by structs generated by [xml-struct-gen](https://github.com/richardstephens/xml-struct-gen-rs) tool."
repository = "https://github.com/richardstephens/xml-struct-gen-rs"

[dependencies]
thiserror = "2"
xml-rs = "1"