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

[dependencies]
xml-rs = "0.8"
deserialize_xml_derive = "0.2"

[dev-dependencies]
chrono = "0.4"