deserialize_xml 0.2.1

Facilitates parsing structs from XML, particularly via a derive macro to automate the implementation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.deserialize_xml_derive]
version = "0.2"

[dependencies.xml-rs]
version = "0.8"

[dev-dependencies.chrono]
version = "0.4"

[package]
description = "Facilitates parsing structs from XML, particularly via a derive macro to automate the implementation"
edition = "2021"
license = "GPL-3.0-or-later"
name = "deserialize_xml"
version = "0.2.1"